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)
 ')
 
 ########################################