diff options
Diffstat (limited to 'docs/03_Architecture_Guides')
-rw-r--r-- | docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md b/docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md index 33e24d5..1571ebf 100644 --- a/docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md +++ b/docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md @@ -78,7 +78,7 @@ Kernel-General-MAC-7 | CONFIG_SECURITY_SMACK | y Kernel-General-MAC-8 | CONFIG_TMPFS_XATTR | y Please also refer to the [Mandatory Access Control documentation in -Platform](5_Platform.md). You can also find useful documentation and +Platform](06_Platform.md). You can also find useful documentation and links on wikipedia about [**MAC**](https://en.wikipedia.org/wiki/Mandatory_access_control) and about [**SMACK**](https://en.wikipedia.org/wiki/Simplified_Mandatory_Access_Control_Kernel). @@ -938,4 +938,4 @@ add a remount with `noexec` and `nosuid` options to system startup. Domain | `Config` name | _State_ or `Value` -------------------------- | ----------------------- | ----------------------------------------------------------------------- -Kernel-FileSystems-Mount-1 | `CONFIG_DEVTMPFS_MOUNT` | _Disabled_ or add remount with `noexec` and `nosuid` to system startup.
\ No newline at end of file +Kernel-FileSystems-Mount-1 | `CONFIG_DEVTMPFS_MOUNT` | _Disabled_ or add remount with `noexec` and `nosuid` to system startup. |