Skip to content
Snippets Groups Projects
Commit 7aba0bc4 authored by Stephen Smalley's avatar Stephen Smalley Committed by Nick Kralevich
Browse files

Allow file types to be associated with the rootfs.


This is now possible due to the kernel change to support
setting security contexts on rootfs inodes.

Change-Id: I2a9aac1508eceabb92c3ae8eb5c63a16b28dda6f
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 567ee411
No related branches found
No related tags found
No related merge requests found
......@@ -110,4 +110,5 @@ allow fs_type self:filesystem associate;
allow sysfs_type sysfs:filesystem associate;
allow file_type labeledfs:filesystem associate;
allow file_type tmpfs:filesystem associate;
allow file_type rootfs:filesystem associate;
allow dev_type tmpfs:filesystem associate;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment