summaryrefslogtreecommitdiff
path: root/security/smack/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'security/smack/Kconfig')
-rw-r--r--security/smack/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/smack/Kconfig b/security/smack/Kconfig
index b1c221d694c6..160eb04a4ce2 100644
--- a/security/smack/Kconfig
+++ b/security/smack/Kconfig
@@ -41,6 +41,18 @@ config SECURITY_SMACK_NETFILTER
Smack labels.
If you are unsure how to answer this question, answer N.
+config SECURITY_SMACK_APPEND_SIGNALS
+ bool "Treat delivering signals as an append operation"
+ depends on SECURITY_SMACK
+ default n
+ help
+ Sending a signal has been treated as a write operation to the
+ receiving process. If this option is selected, the delivery
+ will be an append operation instead. This makes it possible
+ to differentiate between delivering a network packet and
+ delivering a signal in the Smack rules.
+ If you are unsure how to answer this question, answer N.
+
config SECURITY_SMACK_PERMISSIVE_MODE
bool "Enable Permissive mode for debugging purpose"
depends on SECURITY_SMACK