mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-25 04:26:37 +00:00
Add a type and genfscon for nsfs.
This commit is contained in:
parent
001cd53e2a
commit
619b4adf78
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user