[selinux-policy: 2080/3172] trunk: btrfs from Paul Moore.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:04:34 UTC 2010


commit 805f34ed09ae2f25d45459b1c8eaff5ee4d06852
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Jan 30 13:44:14 2009 +0000

    trunk: btrfs from Paul Moore.

 Changelog                           |    1 +
 policy/modules/kernel/filesystem.te |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index bfef4a9..f3b2487 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Btrfs xattr support from Paul Moore.
 - Add db_procedure install permission from KaiGai Kohei.
 - Add support for network interfaces with access controlled by a Boolean
   from the CLIP project.
diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te
index 1b4f80d..a95ed4b 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -1,5 +1,5 @@
 
-policy_module(filesystem, 1.11.0)
+policy_module(filesystem, 1.11.1)
 
 ########################################
 #
@@ -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 btrfs 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.


More information about the scm-commits mailing list