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)>
Fri, 11 Nov 2011 19:07:21 +0000 (11:07 -0800)
commit40809565ca57a8e94bae20b22da014c44ec233f6
tree6cad3fa8f6345934cf6c67552235869973524d21
parent0e94ae17c857b3835a2b8ea46ce44b5da4e2cc5d
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