From 619b4adf7882278befc6ccbe44d056889f58f79c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 11 Jan 2016 09:02:39 -0500 Subject: [PATCH] Add a type and genfscon for nsfs. --- policy/modules/kernel/filesystem.te | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/policy/modules/kernel/filesystem.te b/policy/modules/kernel/filesystem.te index 0976e5d5b..920527ca9 100644 --- a/policy/modules/kernel/filesystem.te +++ b/policy/modules/kernel/filesystem.te @@ -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)