change reiserfs from xattr to genfscon
This commit is contained in:
parent
8e788ed2aa
commit
d2a9030908
|
@ -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.
|
- Change files module to use its own interfaces to simplify the module.
|
||||||
- Add user fonts to xserver.
|
- Add user fonts to xserver.
|
||||||
- Additional interfaces in corecommands, miscfiles, and userdomain
|
- Additional interfaces in corecommands, miscfiles, and userdomain
|
||||||
|
|
|
@ -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 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 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 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);
|
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
|
# 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 afs / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
genfscon hfs / 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 hfsplus / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
|
genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0)
|
||||||
|
|
Loading…
Reference in New Issue