]> bbs.cooldavid.org Git - net-next-2.6.git/commit
selinux: fix error codes in cond_read_av_list()
authorDan Carpenter <error27@gmail.com>
Sat, 12 Jun 2010 18:52:19 +0000 (20:52 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:35:02 +0000 (15:35 +1000)
commit9d623b17a740d5a85c12108cdc71c64fb15484fc
tree15434839a75f9c46c53a201520c6c859fad3c74b
parent5241c1074f6e2f2276d45d857eb5d19fbdc2e4b2
selinux: fix error codes in cond_read_av_list()

After this patch cond_read_av_list() no longer returns -1 for any
errors.  It just propagates error code back from lower levels.  Those can
either be -EINVAL or -ENOMEM.

I also modified cond_insertf() since cond_read_av_list() passes that as a
function pointer to avtab_read_item().  It isn't used anywhere else.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Stephen D. Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/ss/conditional.c