diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-26 16:38:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-08 11:06:34 +0000 |
commit | 59752ca693a647f8aefead6cdb1d17a593cd1051 (patch) | |
tree | 2de709c0bae631eb9b58a97515cb6a6986343b72 /docs/03_Architecture_Guides | |
parent | 52d24703331e78b1a9a422f4d0c06633e6bf1dff (diff) |
Small corrections to avoid warnings
- index.html is not needed
- fixing relative links
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1464ec731149ea8b914ef0ba9b3e7cc1a3ab399f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29721
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Lisandro Perez Meyer <lpmeyer@ics.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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. |