trunk: btrfs from Paul Moore.
This commit is contained in:
parent
466e22a8ba
commit
805f34ed09
@ -1,3 +1,4 @@
|
|||||||
|
- Btrfs xattr support from Paul Moore.
|
||||||
- Add db_procedure install permission from KaiGai Kohei.
|
- Add db_procedure install permission from KaiGai Kohei.
|
||||||
- Add support for network interfaces with access controlled by a Boolean
|
- Add support for network interfaces with access controlled by a Boolean
|
||||||
from the CLIP project.
|
from the CLIP project.
|
||||||
|
@ -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 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 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 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
|
# Use the allocating task SID to label inodes in the following filesystem
|
||||||
# types, and label the filesystem itself with the specified context.
|
# types, and label the filesystem itself with the specified context.
|
||||||
|
Loading…
Reference in New Issue
Block a user