]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Smack: smackfs cipso seq read repair
authorCasey Schaufler <casey@schaufler-ca.com>
Thu, 10 Nov 2011 23:02:22 +0000 (15:02 -0800)
committerCasey Schaufler <cschaufler@cschaufler-intel.(none)>
Thu, 10 Nov 2011 23:02:22 +0000 (15:02 -0800)
commit63c7e61db646cf7370409ecc34821182e67892f7
tree6cad3fa8f6345934cf6c67552235869973524d21
parent9f5e59df625d5cc46e2a3b6c00447927b25ea618
Smack: smackfs cipso seq read repair

Commit 272cd7a8c67dd40a31ecff76a503bbb84707f757 introduced
a change to the way rule lists are handled and reported in
the smackfs filesystem. One of the issues addressed had to
do with the termination of read requests on /smack/load.
This change introduced a error in /smack/cipso, which shares
some of the same list processing code.

This patch updates all the file access list handling in
smackfs to use the code introduced for /smack/load.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smackfs.c