aboutsummaryrefslogtreecommitdiff
path: root/security/smack/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'security/smack/Kconfig')
-rw-r--r--security/smack/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/smack/Kconfig b/security/smack/Kconfig
new file mode 100644
index 00000000000..e69de9c642b
--- /dev/null
+++ b/security/smack/Kconfig
@@ -0,0 +1,14 @@
+config SECURITY_SMACK
+ bool "Simplified Mandatory Access Control Kernel Support"
+ depends on NET
+ depends on INET
+ depends on SECURITY
+ select NETLABEL
+ select SECURITY_NETWORK
+ default n
+ help
+ This selects the Simplified Mandatory Access Control Kernel.
+ Smack is useful for sensitivity, integrity, and a variety
+ of other mandatory security schemes.
+ If you are unsure how to answer this question, answer N.
+