diff options
Diffstat (limited to 'security/smack/Kconfig')
-rw-r--r-- | security/smack/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/smack/Kconfig b/security/smack/Kconfig new file mode 100644 index 000000000000..603b08784341 --- /dev/null +++ b/security/smack/Kconfig | |||
@@ -0,0 +1,10 @@ | |||
1 | config SECURITY_SMACK | ||
2 | bool "Simplified Mandatory Access Control Kernel Support" | ||
3 | depends on NETLABEL && SECURITY_NETWORK | ||
4 | default n | ||
5 | help | ||
6 | This selects the Simplified Mandatory Access Control Kernel. | ||
7 | Smack is useful for sensitivity, integrity, and a variety | ||
8 | of other mandatory security schemes. | ||
9 | If you are unsure how to answer this question, answer N. | ||
10 | |||