kernel: Drop unlabeled_t as a files_mountpoint().
This made unlabeled_t a file and provided much more access than an unlabeled file should have. Access to unlabeled objects should be explicit. Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
aa6c3f4da3
commit
662d55ed5e
|
@ -190,7 +190,6 @@ genfscon proc /sys/dev gen_context(system_u:object_r:sysctl_dev_t,s0)
|
|||
#
|
||||
type unlabeled_t;
|
||||
kernel_rootfs_mountpoint(unlabeled_t)
|
||||
files_mountpoint(unlabeled_t)
|
||||
fs_associate(unlabeled_t)
|
||||
sid file gen_context(system_u:object_r:unlabeled_t,s0)
|
||||
sid unlabeled gen_context(system_u:object_r:unlabeled_t,mls_systemhigh)
|
||||
|
|
Loading…
Reference in New Issue