]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Use fs_use_xattr for squashfs
authorMiroslav Grepl <mgrepl@redhat.com>
Thu, 1 Dec 2011 19:09:34 +0000 (20:09 +0100)
committerMiroslav Grepl <mgrepl@redhat.com>
Thu, 1 Dec 2011 19:09:34 +0000 (20:09 +0100)
policy/modules/kernel/filesystem.te

index 2cbb81d7d9c49161b38e27943a9905515d2de60d..f5e522e08d5f118bcfd38aa7ead0eda7534b77be 100644 (file)
@@ -33,7 +33,7 @@ fs_use_xattr jffs2 gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr jfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr lustre gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr xfs gen_context(system_u:object_r:fs_t,s0);
-fs_use_task squashfs gen_context(system_u:object_r:fs_t,s0);
+fs_use_xattr squashfs gen_context(system_u:object_r:fs_t,s0);
 
 # Use the allocating task SID to label inodes in the following filesystem
 # types, and label the filesystem itself with the specified context.