[selinux-policy: 1309/3172] change reiserfs from xattr to genfscon

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:58:28 UTC 2010


commit d2a9030908d0d6caba0c30f0f8294b60ebcbce54
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Mar 29 14:53:58 2006 +0000

    change reiserfs from xattr to genfscon

 refpolicy/Changelog                           |    2 ++
 refpolicy/policy/modules/kernel/filesystem.te |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/Changelog b/refpolicy/Changelog
index b5813c1..465bf76 100644
--- a/refpolicy/Changelog
+++ b/refpolicy/Changelog
@@ -1,3 +1,5 @@
+- Change reiserfs from xattr filesystem to genfscon as it's xattrs
+  are currently nonfunctional.
 - Change files module to use its own interfaces to simplify the module.
 - Add user fonts to xserver.
 - Additional interfaces in corecommands, miscfiles, and userdomain
diff --git a/refpolicy/policy/modules/kernel/filesystem.te b/refpolicy/policy/modules/kernel/filesystem.te
index 228f47d..57becf4 100644
--- a/refpolicy/policy/modules/kernel/filesystem.te
+++ b/refpolicy/policy/modules/kernel/filesystem.te
@@ -1,5 +1,5 @@
 
-policy_module(filesystem,1.3.2)
+policy_module(filesystem,1.3.3)
 
 ########################################
 #
@@ -24,7 +24,6 @@ fs_use_xattr ext2 gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr ext3 gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr gfs 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 reiserfs gen_context(system_u:object_r:fs_t,s0);
 fs_use_xattr xfs gen_context(system_u:object_r:fs_t,s0);
 
 # Use the allocating task SID to label inodes in the following filesystem
@@ -169,3 +168,4 @@ genfscon nfs4 / gen_context(system_u:object_r:nfs_t,s0)
 genfscon afs / gen_context(system_u:object_r:nfs_t,s0)
 genfscon hfs / gen_context(system_u:object_r:nfs_t,s0)
 genfscon hfsplus / gen_context(system_u:object_r:nfs_t,s0)
+genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0)


More information about the scm-commits mailing list