security practices: update for 2.0
All threads resolved!
All threads resolved!
Compare changes
+ 70
− 4
@@ -25,7 +25,7 @@ thus increasing software quality in general.
@@ -25,7 +25,7 @@ thus increasing software quality in general.
@@ -51,6 +51,7 @@ leaking data freed from memory, and accessing wrong memory zones.
@@ -51,6 +51,7 @@ leaking data freed from memory, and accessing wrong memory zones.
@@ -62,6 +63,7 @@ and ``oniro/meta-oniro-core/recipes-kernel/linux/linux/hardening_allocator_perf.
@@ -62,6 +63,7 @@ and ``oniro/meta-oniro-core/recipes-kernel/linux/linux/hardening_allocator_perf.
@@ -148,6 +150,7 @@ Reducing Attack Surface
@@ -148,6 +150,7 @@ Reducing Attack Surface
@@ -155,6 +158,7 @@ make attacks easier:
@@ -155,6 +158,7 @@ make attacks easier:
@@ -194,13 +198,15 @@ automatically feed it to the correct interpreter.
@@ -194,13 +198,15 @@ automatically feed it to the correct interpreter.
@@ -219,11 +225,13 @@ Compiler-level Hardening
@@ -219,11 +225,13 @@ Compiler-level Hardening
@@ -241,12 +249,14 @@ Memory Accesses
@@ -241,12 +249,14 @@ Memory Accesses
@@ -286,12 +296,14 @@ Copying from Userspace
@@ -286,12 +296,14 @@ Copying from Userspace
@@ -333,6 +345,7 @@ Data Validation
@@ -333,6 +345,7 @@ Data Validation
@@ -342,6 +355,7 @@ With those options we add verification of the internal kernel data structures:
@@ -342,6 +355,7 @@ With those options we add verification of the internal kernel data structures:
@@ -426,6 +440,7 @@ IOMMU is not enabled yet.
@@ -426,6 +440,7 @@ IOMMU is not enabled yet.
@@ -442,11 +457,62 @@ file to the kernel configuration if it is safe in your product.
@@ -442,11 +457,62 @@ file to the kernel configuration if it is safe in your product.