summaryrefslogtreecommitdiffstats
path: root/security-blueprint
diff options
context:
space:
mode:
Diffstat (limited to 'security-blueprint')
-rw-r--r--security-blueprint/part-4/1-General.md6
-rw-r--r--security-blueprint/part-4/2-Memory.md2
2 files changed, 5 insertions, 3 deletions
diff --git a/security-blueprint/part-4/1-General.md b/security-blueprint/part-4/1-General.md
index 10c665e..f279b17 100644
--- a/security-blueprint/part-4/1-General.md
+++ b/security-blueprint/part-4/1-General.md
@@ -137,9 +137,9 @@ This configuration for is supported in **Linux 3.16 and greater** and thus shoul
<!-- section-config -->
-Domain | `Config` name | `Value`
------------------------- | ------------- | -------
-Kernel-General-BPF_JIT-1 | `CONFIG_BPF_JIT` | `n`
+Domain | `Config` name | `Value`
+------------------------ | ---------------- | -------
+Kernel-General-BPF_JIT-1 | `CONFIG_BPF_JIT` | `n`
<!-- end-section-config -->
diff --git a/security-blueprint/part-4/2-Memory.md b/security-blueprint/part-4/2-Memory.md
index 9cc9c16..822c928 100644
--- a/security-blueprint/part-4/2-Memory.md
+++ b/security-blueprint/part-4/2-Memory.md
@@ -79,6 +79,8 @@ Domain | `Config` name | `Value`
--------------------- | -------------------------- | -------
Kernel-Memory-Stack-1 | `CONFIG_CC_STACKPROTECTOR` | `y`
+Other defenses include things like shadow stacks.
+
<!-- end-section-config -->
--------------------------------------------------------------------------------