[selinux-policy: 2502/3172] Fstools patch from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:42:25 UTC 2010


commit 939eaf2f134635f089b7871bceb2356c79323933
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Mar 9 14:32:17 2010 -0500

    Fstools patch from Dan Walsh.

 policy/modules/system/fstools.fc |    2 ++
 policy/modules/system/fstools.te |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc
index cf61a55..a97a096 100644
--- a/policy/modules/system/fstools.fc
+++ b/policy/modules/system/fstools.fc
@@ -19,6 +19,7 @@
 /sbin/make_reiser4	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /sbin/mkdosfs		--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /sbin/mke2fs		--	gen_context(system_u:object_r:fsadm_exec_t,s0)
+/sbin/mke4fs		--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /sbin/mkfs.*		--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /sbin/mkraid		--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /sbin/mkreiserfs	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
@@ -40,6 +41,7 @@
 /usr/bin/scsi_unique_id	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /usr/bin/syslinux	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 
+/usr/sbin/clubufflush	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 /usr/sbin/smartctl	--	gen_context(system_u:object_r:fsadm_exec_t,s0)
 
 /var/log/fsck(/.*)?		gen_context(system_u:object_r:fsadm_log_t,s0)
diff --git a/policy/modules/system/fstools.te b/policy/modules/system/fstools.te
index 1bab191..4693cd0 100644
--- a/policy/modules/system/fstools.te
+++ b/policy/modules/system/fstools.te
@@ -1,5 +1,5 @@
 
-policy_module(fstools, 1.13.1)
+policy_module(fstools, 1.13.2)
 
 ########################################
 #
@@ -149,7 +149,6 @@ modutils_read_module_deps(fsadm_t)
 seutil_read_config(fsadm_t)
 
 userdom_use_user_terminals(fsadm_t)
-userdom_use_unpriv_users_fds(fsadm_t)
 
 ifdef(`distro_redhat',`
 	optional_policy(`


More information about the scm-commits mailing list