Use xattr-labeling for squashfs.

This is taken from the Fedora policy (authors: Dan Walsh, Miroslav
Grepl) and dates back to 2011 there.
This commit is contained in:
Luis Ressel 2014-02-15 13:24:55 +01:00 committed by Chris PeBenito
parent 3501307078
commit f824120b6d
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
policy_module(filesystem, 1.17.2)
policy_module(filesystem, 1.17.3)
########################################
#
@ -32,6 +32,7 @@ fs_use_xattr gpfs gen_context(system_u:object_r:fs_t,s0);
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 squashfs gen_context(system_u:object_r:fs_t,s0);
fs_use_xattr xfs gen_context(system_u:object_r:fs_t,s0);
fs_use_xattr zfs gen_context(system_u:object_r:fs_t,s0);
@ -150,11 +151,6 @@ fs_type(spufs_t)
genfscon spufs / gen_context(system_u:object_r:spufs_t,s0)
files_mountpoint(spufs_t)
type squash_t;
fs_type(squash_t)
genfscon squash / gen_context(system_u:object_r:squash_t,s0)
files_mountpoint(squash_t)
type sysv_t;
fs_noxattr_type(sysv_t)
files_mountpoint(sysv_t)