selinux: fix error return code in policydb_read()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 10 Sep 2016 07:43:48 +0000 (07:43 +0000)
committerPaul Moore <paul@paul-moore.com>
Tue, 13 Sep 2016 21:14:43 +0000 (17:14 -0400)
commit9b6a9ecc2d88ccdc57efc22d69436b9dd7e2eceb
tree40391e0237dd127fec6134c89fdb7667c8d58ebc
parent7c686af071ade663d0995aa30b262495a6c68c88
selinux: fix error return code in policydb_read()

Fix to return error code -EINVAL from the error handling case instead
of 0 (rc is overwrite to 0 when policyvers >=
POLICYDB_VERSION_ROLETRANS), as done elsewhere in this function.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
[PM: normalize "selinux" in patch subject, description line wrap]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/policydb.c