diff options
author | mudcam <v.nieutin@live.fr> | 2017-12-09 00:07:46 +0100 |
---|---|---|
committer | mudcam <v.nieutin@live.fr> | 2017-12-09 00:07:46 +0100 |
commit | 1be4bfa832615f2e66f9ff517fd74befa740b3d5 (patch) | |
tree | 45c3622e7382a22ccc438aa1679cb1e4e70a0f45 /security-blueprint/part-4 | |
parent | 89e89e757243865c1e85b72ce22240af0ed1f14f (diff) |
Some fixes
Diffstat (limited to 'security-blueprint/part-4')
-rw-r--r-- | security-blueprint/part-4/1-General.md | 6 | ||||
-rw-r--r-- | security-blueprint/part-4/2-Memory.md | 2 |
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 --> -------------------------------------------------------------------------------- |