[selinux-policy: 486/3172] fix up the xml

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:46:39 UTC 2010


commit c429cb5e2631dd57b2130d45cc442f2db030b293
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Jul 14 20:02:53 2005 +0000

    fix up the xml

 refpolicy/policy/modules/system/hostname.if |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)
---
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 @@
 ## <summary>Policy for changing the system host name.</summary>
 
 ########################################
-## <desc>
+## <summary>
 ##	Execute hostname in the hostname domain.
-## </desc>
+## </summary>
 ## <param name="domain">
 ##	The type of the process performing this action.
-##	Has a sigchld signal backchannel.
 ## </param>
 #
 interface(`hostname_domtrans',`
@@ -27,11 +26,10 @@ interface(`hostname_domtrans',`
 ')
 
 ########################################
-## <desc>
+## <summary>
 ##	Execute hostname in the hostname domain, and
 ##	allow the specified role the hostname domain.
-##	Has a sigchld signal backchannel.
-## </desc>
+## </summary>
 ## <param name="domain">
 ##	The type of the process performing this action.
 ## </param>
@@ -54,10 +52,9 @@ interface(`hostname_run',`
 ')
 
 ########################################
-##     <desc>
-##             Execute hostname in the hostname domain, and
-##             Has a sigchld signal backchannel.
-##     </desc>
+##     <summary>
+##             Execute hostname in the caller domain.
+##     </summary>
 ##     <param name="domain">
 ##             The type of the process performing this action.
 ##     </param>
@@ -69,4 +66,3 @@ interface(`hostname_exec',`
 
 	can_exec($1,hostname_exec_t)
 ')
-


More information about the scm-commits mailing list