From 2b571d6880def442476fa2196f469c9eab2daa93 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 14 Sep 2006 18:19:04 +0000 Subject: [PATCH] common users list inotifyfs --- policy/modules/system/userdomain.if | 1 + policy/modules/system/userdomain.te | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index 1bc0ac87..c60c146f 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -699,6 +699,7 @@ template(`userdom_common_user_template',` fs_getattr_all_fs($1_t) fs_getattr_all_dirs($1_t) fs_search_auto_mountpoints($1_t) + fs_list_inotifyfs($1_t) # cjp: some of this probably can be removed selinux_get_fs_mount($1_t) diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te index f292ecae..9a687da5 100644 --- a/policy/modules/system/userdomain.te +++ b/policy/modules/system/userdomain.te @@ -1,5 +1,5 @@ -policy_module(userdomain,1.3.32) +policy_module(userdomain,1.3.33) gen_require(` role sysadm_r, staff_r, user_r;