trunk: btrfs from Paul Moore.

This commit is contained in:
Chris PeBenito 2009-01-30 13:44:14 +00:00
parent 466e22a8ba
commit 805f34ed09
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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.