diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-05-28 15:47:24 +0200 |
---|---|---|
committer | ronan [iot.bzh] <ronan.lemartret@iot.bzh> | 2018-06-01 09:36:24 +0200 |
commit | 8dcffe52a5c600b8d78ad90f2fd8a533b0934415 (patch) | |
tree | 17432571d674303b98baba798500b1db192eb74d /security-blueprint/part-4/1-General.md | |
parent | 2f2f30a324510494c091d88429b343784aa592a6 (diff) |
Updated MAC Kernel configuration [SPEC-1453]
- added Kernel configs to enable MAC / SMACK support.
- added links to refer MAC in Platform part and other useful externals links.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'security-blueprint/part-4/1-General.md')
-rw-r--r-- | security-blueprint/part-4/1-General.md | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/security-blueprint/part-4/1-General.md b/security-blueprint/part-4/1-General.md index 444c97d..54c7ea8 100644 --- a/security-blueprint/part-4/1-General.md +++ b/security-blueprint/part-4/1-General.md @@ -6,19 +6,22 @@ Kernel should controls access with labels and policy. <!-- section-config --> -Domain | Object | Recommendations --------------------- | ------ | ------------------------------------------ -Kernel-General-MAC-1 | SMACK | Must implement a Mandatory Access Control. +Domain | `Config` name | `Value` +-------------------- | -------------- | -------------------------------------- +Kernel-General-MAC-1 | CONFIG_IP_NF_SECURITY | m +Kernel-General-MAC-2 | CONFIG_IP6_NF_SECURITY | m +Kernel-General-MAC-3 | CONFIG_EXT2_FS_SECURITY | y +Kernel-General-MAC-4 | CONFIG_EXT3_FS_SECURITY | y +Kernel-General-MAC-5 | CONFIG_EXT4_FS_SECURITY | y +Kernel-General-MAC-6 | CONFIG_SECURITY | y +Kernel-General-MAC-7 | CONFIG_SECURITY_SMACK | y +Kernel-General-MAC-8 | CONFIG_TMPFS_XATTR | y <!-- end-section-config --> -<!-- section-todo --> - -Domain | Improvement ------------- | ---------------- -Kernel-MAC-1 | Add MAC config note. - -<!-- end-section-todo --> +Please also refer to the [**Mandatory Access Control** documentation in Platform](../part-5/1-MAC.html) part. +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). -------------------------------------------------------------------------------- |