From c429cb5e2631dd57b2130d45cc442f2db030b293 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jul 14 2005 20:02:53 +0000 Subject: fix up the xml --- diff --git a/refpolicy/policy/modules/system/hostname.if b/refpolicy/policy/modules/system/hostname.if index 622cc90..6de541a 100644 --- a/refpolicy/policy/modules/system/hostname.if +++ b/refpolicy/policy/modules/system/hostname.if @@ -1,12 +1,11 @@ ## Policy for changing the system host name. ######################################## -## +## ## Execute hostname in the hostname domain. -## +## ## ## The type of the process performing this action. -## Has a sigchld signal backchannel. ## # interface(`hostname_domtrans',` @@ -27,11 +26,10 @@ interface(`hostname_domtrans',` ') ######################################## -## +## ## Execute hostname in the hostname domain, and ## allow the specified role the hostname domain. -## Has a sigchld signal backchannel. -## +## ## ## The type of the process performing this action. ## @@ -54,10 +52,9 @@ interface(`hostname_run',` ') ######################################## -## -## Execute hostname in the hostname domain, and -## Has a sigchld signal backchannel. -## +## +## Execute hostname in the caller domain. +## ## ## The type of the process performing this action. ## @@ -69,4 +66,3 @@ interface(`hostname_exec',` can_exec($1,hostname_exec_t) ') -