All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] refpolicy: Fix range_transition rules in the init_ranged_system_domain interface in system/init.if
@ 2007-10-29 17:21 James Carter
  2007-10-29 21:59 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: James Carter @ 2007-10-29 17:21 UTC (permalink / raw)
  To: Christopher J. PeBenito; +Cc: SELinux

The interface init_ranged_system_domain is not currently used, so maybe it can be just deleted.

Index: policy/modules/system/init.if
===================================================================
--- policy/modules/system/init.if	(revision 2474)
+++ policy/modules/system/init.if	(working copy)
@@ -242,11 +242,11 @@
 	init_system_domain($1,$2)
 
 	ifdef(`enable_mcs',`
-		range_transition initrc_t $2 $3;
+		range_transition initrc_t $2:process $3;
 	')
 
 	ifdef(`enable_mls',`
-		range_transition initrc_t $2 $3;
+		range_transition initrc_t $2:process $3;
 	')
 ')
 

-- 
James Carter <jwcart2@tycho.nsa.gov>
National Security Agency


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-29 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 17:21 [PATCH] refpolicy: Fix range_transition rules in the init_ranged_system_domain interface in system/init.if James Carter
2007-10-29 21:59 ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.