commit | 274f62e1e5c74e7cbc5c965ec02b7c590da4b2fe | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Tue Mar 20 11:59:10 2018 -0400 |
committer | Paul Moore <paul@paul-moore.com> | Tue Mar 20 16:29:17 2018 -0400 |
tree | f2aaaeab76c5463c2608981f9628bc6b8aabd63a | |
parent | d3cc2cd7c8d7adfb43075036878e319d5893280d [diff] |
selinux: fix handling of uninitialized selinux state in get_bools/classes If security_get_bools/classes are called before the selinux state is initialized (i.e. before first policy load), then they should just return immediately with no booleans/classes. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>