X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=security%2Fsmack%2FKconfig;h=923b120e0fa5cee6925ac8e2ac4b8b60b8561cec;hb=64cbd16a8751fde075aa103dc7823a8c05805104;hp=271adae81796c2825797b3941f3bf9fd3481a86b;hpb=3a9486367b0a79d725a9ba31eee60505fdddb96f;p=cascardo%2Flinux.git diff --git a/security/smack/Kconfig b/security/smack/Kconfig index 271adae81796..923b120e0fa5 100644 --- a/security/smack/Kconfig +++ b/security/smack/Kconfig @@ -40,3 +40,15 @@ config SECURITY_SMACK_NETFILTER This enables security marking of network packets using 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.