selinux: skip bounded transition processing if the policy isn't loaded
authorPaul Moore <paul@paul-moore.com>
Tue, 5 Dec 2017 22:17:43 +0000 (17:17 -0500)
committerSasha Levin <alexander.levin@microsoft.com>
Sun, 4 Mar 2018 15:28:24 +0000 (10:28 -0500)
commit03915a4958d91a7b1c5668bb1773784fcef4777e
treecbf9f629a043d2df64ff842c97a061dc8901e386
parent62850f402a7674c5dbaf82e9ce0bab9d177a6c5f
selinux: skip bounded transition processing if the policy isn't loaded

[ Upstream commit 4b14752ec4e0d87126e636384cf37c8dd9df157c ]

We can't do anything reasonable in security_bounded_transition() if we
don't have a policy loaded, and in fact we could run into problems
with some of the code inside expecting a policy.  Fix these problems
like we do many others in security/selinux/ss/services.c by checking
to see if the policy is loaded (ss_initialized) and returning quickly
if it isn't.

Reported-by: syzbot <syzkaller-bugs@googlegroups.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Reviewed-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
security/selinux/ss/services.c