From 805f34ed09ae2f25d45459b1c8eaff5ee4d06852 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 30 Jan 2009 13:44:14 +0000 Subject: [PATCH] trunk: btrfs from Paul Moore. --- Changelog | 1 + policy/modules/kernel/filesystem.te | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index bfef4a93..f3b24874 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 1b4f80de..a95ed4be 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.