summaryrefslogtreecommitdiffstats
path: root/security/selinux/status.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek1-0/+124
It fits more naturally in selinux_state, since it reflects also global state (the enforcing and policyload fields). Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>