[selinux-policy: 1515/3172] fix typos

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:16:14 UTC 2010


commit 884e3beda6a4302ea2a67fd13a9d433dae0aeb84
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 14 14:10:24 2006 +0000

    fix typos

 refpolicy/doc/example.if                 |    4 ++--
 refpolicy/policy/modules/services/tor.if |    2 +-
 refpolicy/policy/modules/system/xen.if   |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/refpolicy/doc/example.if b/refpolicy/doc/example.if
index 8e9591b..48f5bc9 100644
--- a/refpolicy/doc/example.if
+++ b/refpolicy/doc/example.if
@@ -25,7 +25,7 @@
 ## </param>
 #
 interface(`myapp_domtrans',`
-	gen_requires(`
+	gen_require(`
 		type myapp_t, myapp_exec_t;
 	')
 
@@ -46,7 +46,7 @@ interface(`myapp_domtrans',`
 ## </param>
 #
 interface(`myapp_read_log',`
-	gen_requires(`
+	gen_require(`
 		type myapp_log_t;
 	')
 
diff --git a/refpolicy/policy/modules/services/tor.if b/refpolicy/policy/modules/services/tor.if
index aae2e9f..7427b97 100644
--- a/refpolicy/policy/modules/services/tor.if
+++ b/refpolicy/policy/modules/services/tor.if
@@ -11,7 +11,7 @@
 ## </param>
 #
 interface(`tor_domtrans',`
-	gen_requires(`
+	gen_require(`
 		type tor_t, tor_exec_t;
 	')
 
diff --git a/refpolicy/policy/modules/system/xen.if b/refpolicy/policy/modules/system/xen.if
index 4bb6278..bfdc355 100644
--- a/refpolicy/policy/modules/system/xen.if
+++ b/refpolicy/policy/modules/system/xen.if
@@ -11,7 +11,7 @@
 ## </param>
 #
 interface(`xen_domtrans',`
-	gen_requires(`
+	gen_require(`
 		type xend_t, xend_exec_t;
 	')
 
@@ -118,7 +118,7 @@ interface(`xen_stream_connect',`
 ## </param>
 #
 interface(`xen_domtrans_xm',`
-	gen_requires(`
+	gen_require(`
 		type xm_t, xm_exec_t;
 	')
 


More information about the scm-commits mailing list