selinux: fix error codes in cond_policydb_init()
authorDan Carpenter <error27@gmail.com>
Sat, 12 Jun 2010 18:55:01 +0000 (20:55 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:35:03 +0000 (15:35 +1000)
It's better to propagate the error code from avtab_init() instead of
returning -1 (-EPERM).  It turns out that avtab_init() never fails so
this patch doesn't change how the code runs but it's still a clean up.

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>

No differences found