Skip to content
Commit c60b9066 authored by Casey Schaufler's avatar Casey Schaufler
Browse files

Smack: Signal delivery as an append operation



Under a strict subject/object security policy delivering a
signal or delivering network IPC could be considered either
a write or an append operation. The original choice to make
both write operations leads to an issue where IPC delivery
is desired under policy, but delivery of signals is not.
This patch provides the option of making signal delivery
an append operation, allowing Smack rules that deny signal
delivery while allowing IPC. This was requested for Tizen.

Signed-off-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
parent 63e24c49
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment