[selinux-policy: 1657/3172] Patch to remove redundant mls_trusted_object() call from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:28:18 UTC 2010


commit 66cf1946803d158c9c329aebaf7924cd5cd92885
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Feb 23 20:05:12 2007 +0000

    Patch to remove redundant mls_trusted_object() call from Dan Walsh.

 Changelog                       |    1 +
 policy/modules/services/cups.te |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Changelog b/Changelog
index 98bd993..f6af041 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Patch to remove redundant mls_trusted_object() call from Dan Walsh.
 - Patch for misc fixes to nis ypxfr policy from Dan Walsh.
 - Patch to allow apmd to telinit from Dan Walsh.
 - Patch for additional labeling of samba files from Stefan Schulze
diff --git a/policy/modules/services/cups.te b/policy/modules/services/cups.te
index 85d6770..ac7457a 100644
--- a/policy/modules/services/cups.te
+++ b/policy/modules/services/cups.te
@@ -71,8 +71,6 @@ ifdef(`enable_mcs',`
 
 ifdef(`enable_mls',`
 	init_ranged_daemon_domain(cupsd_t,cupsd_exec_t,mls_systemhigh)
-
-	mls_trusted_object(cupsd_var_run_t)
 ')
 
 ########################################


More information about the scm-commits mailing list