remarkable-linux/security/smack
Casey Schaufler 531f1d453e Smack: Repair processing of fcntl
Al Viro pointed out that the processing of fcntl done
by Smack appeared poorly designed. He was right. There
are three things that required change. Most obviously,
the list of commands that really imply writing is limited
to those involving file locking and signal handling.
The initialization if the file security blob was
incomplete, requiring use of a heretofore unused LSM hook.
Finally, the audit information coming from a helper
masked the identity of the LSM hook. This patch corrects
all three of these defects.

This is targeted for the smack-next tree pending comments.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
2011-10-12 14:24:28 -07:00
..
Kconfig
Makefile
smack.h Smack: Rule list lookup performance 2011-10-12 14:23:13 -07:00
smack_access.c Smack: Rule list lookup performance 2011-10-12 14:23:13 -07:00
smack_lsm.c Smack: Repair processing of fcntl 2011-10-12 14:24:28 -07:00
smackfs.c Smack: Rule list lookup performance 2011-10-12 14:23:13 -07:00