From 94c2ae87714060c68c7e383fd2cdb8e35de5e631 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 27 Nov 2012 09:29:18 -0600 Subject: [PATCH] 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 --- policy/modules/kernel/filesystem.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te index 6bd38c805..e746ee520 100644 --- a/policy/modules/kernel/filesystem.te +++ b/policy/modules/kernel/filesystem.te @@ -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.