Implement zfs support
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) Just adding zfs to the list of defined filesystems in filesystem.te Signed-off-by: Matthew Thode <mthode@mthode.org>
This commit is contained in:
parent
79f71729e3
commit
94c2ae8771
|
@ -33,6 +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_xattr zfs 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.
|
||||
|
|
Loading…
Reference in New Issue