diff options
Diffstat (limited to 'security/smack')
-rw-r--r-- | security/smack/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/smack/Kconfig b/security/smack/Kconfig index 603b08784341..e69de9c642b7 100644 --- a/security/smack/Kconfig +++ b/security/smack/Kconfig | |||
@@ -1,6 +1,10 @@ | |||
1 | config SECURITY_SMACK | 1 | config SECURITY_SMACK |
2 | bool "Simplified Mandatory Access Control Kernel Support" | 2 | bool "Simplified Mandatory Access Control Kernel Support" |
3 | depends on NETLABEL && SECURITY_NETWORK | 3 | depends on NET |
4 | depends on INET | ||
5 | depends on SECURITY | ||
6 | select NETLABEL | ||
7 | select SECURITY_NETWORK | ||
4 | default n | 8 | default n |
5 | help | 9 | help |
6 | This selects the Simplified Mandatory Access Control Kernel. | 10 | This selects the Simplified Mandatory Access Control Kernel. |