From 7aba0bc425a993cf16f87988adeaaa77f805db5e Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Fri, 10 May 2013 11:29:35 -0400 Subject: [PATCH] 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: Stephen Smalley <sds@tycho.nsa.gov> --- file.te | 1 + 1 file changed, 1 insertion(+) diff --git a/file.te b/file.te index bc2b5b427..aeea030b2 100644 --- a/file.te +++ b/file.te @@ -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; -- GitLab