diff options
author | Ondrej Mosnacek <omosnace@redhat.com> | 2020-01-17 16:15:14 +0300 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-02-10 18:49:01 +0300 |
commit | 4b36cb773a8153417a080f8025d522322f915aea (patch) | |
tree | a7a24544c4b50c91f43dde124e711b76e2b6c4d6 /security/selinux/ss/services.h | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-4b36cb773a8153417a080f8025d522322f915aea.tar.xz |
selinux: move status variables out of selinux_ss
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>
Diffstat (limited to 'security/selinux/ss/services.h')
-rw-r--r-- | security/selinux/ss/services.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/selinux/ss/services.h b/security/selinux/ss/services.h index c5896f39e8f6..e9bddf33e53d 100644 --- a/security/selinux/ss/services.h +++ b/security/selinux/ss/services.h @@ -29,8 +29,6 @@ struct selinux_ss { rwlock_t policy_rwlock; u32 latest_granting; struct selinux_map map; - struct page *status_page; - struct mutex status_lock; } __randomize_layout; void services_compute_xperms_drivers(struct extended_perms *xperms, |