Add a type and genfscon for nsfs.

This commit is contained in:
Chris PeBenito 2016-01-11 09:02:39 -05:00
parent 001cd53e2a
commit 619b4adf78

View File

@ -1,4 +1,4 @@
policy_module(filesystem, 1.20.0)
policy_module(filesystem, 1.20.1)
########################################
#
@ -125,6 +125,9 @@ type nfsd_fs_t;
fs_type(nfsd_fs_t)
genfscon nfsd / gen_context(system_u:object_r:nfsd_fs_t,s0)
type nsfs_t;
genfscon nsfs / gen_context(system_u:object_r:nsfs_t,s0)
type oprofilefs_t;
fs_type(oprofilefs_t)
genfscon oprofilefs / gen_context(system_u:object_r:oprofilefs_t,s0)