diff options
author | Stephen Smalley <stephen.smalley.work@gmail.com> | 2020-08-20 13:00:40 -0400 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-08-20 21:55:31 -0400 |
commit | 9530a3e00459cd6eabf050133205e0e8fecbdfc7 (patch) | |
tree | 6694cacf7d7ec810637e34ce4473f631a2d05c79 /scripts/objdiff | |
parent | 879229311bc8a887f00d827525ea59f23861c1ad (diff) |
selinux: permit removing security.selinux xattr before policy load
Currently SELinux denies attempts to remove the security.selinux xattr
always, even when permissive or no policy is loaded. This was originally
motivated by the view that all files should be labeled, even if that label
is unlabeled_t, and we shouldn't permit files that were once labeled to
have their labels removed entirely. This however prevents removing
SELinux xattrs in the case where one "disables" SELinux by not loading
a policy (e.g. a system where runtime disable is removed and selinux=0
was not specified). Allow removing the xattr before SELinux is
initialized. We could conceivably permit it even after initialization
if permissive, or introduce a separate permission check here.
Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions