From 59752ca693a647f8aefead6cdb1d17a593cd1051 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 26 Feb 2024 16:38:02 +0200 Subject: Small corrections to avoid warnings - index.html is not needed - fixing relative links Signed-off-by: Marius Vlad Change-Id: I1464ec731149ea8b914ef0ba9b3e7cc1a3ab399f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29721 Tested-by: Jan-Simon Moeller Reviewed-by: Lisandro Perez Meyer Reviewed-by: Jan-Simon Moeller --- docs/03_Architecture_Guides/02_Security_Blueprint/05_Kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/03_Architecture_Guides') 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. -- cgit 1.2.3-korg