linux-stable/security/smack
Casey Schaufler 54e70ec5eb Smack: bidirectional UDS connect check
Smack IPC policy requires that the sender have write access
to the receiver. UDS streams don't do per-packet checks. The
only check is done at connect time. The existing code checks
if the connecting process can write to the other, but not the
other way around. This change adds a check that the other end
can write to the connecting process.

Targeted for git://git.gitorious.org/smack-next/kernel.git

Signed-off-by: Casey Schuafler <casey@schaufler-ca.com>
2014-04-11 14:35:28 -07:00
..
Kconfig Smack: use select not depends in Kconfig 2012-12-14 10:57:10 -08:00
Makefile Smack: Simplified Mandatory Access Control Kernel 2008-02-05 09:44:20 -08:00
smack.h Smack: bidirectional UDS connect check 2014-04-11 14:35:28 -07:00
smack_access.c Smack: adds smackfs/ptrace interface 2014-04-11 14:34:35 -07:00
smack_lsm.c Smack: bidirectional UDS connect check 2014-04-11 14:35:28 -07:00
smackfs.c Smack: adds smackfs/ptrace interface 2014-04-11 14:34:35 -07:00