[selinux-policy: 2471/3172] gen_require typo fix in dbadm.if from Dan Walsh

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:39:23 UTC 2010


commit 6a9ef9e852862560f353c595f668e45e0f9f13a3
Author: Jeremy Solt <jsolt at tresys.com>
Date:   Tue Mar 2 15:02:30 2010 -0500

    gen_require typo fix in dbadm.if from Dan Walsh

 policy/modules/roles/dbadm.if |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/roles/dbadm.if b/policy/modules/roles/dbadm.if
index 14adfea..92d23c5 100644
--- a/policy/modules/roles/dbadm.if
+++ b/policy/modules/roles/dbadm.if
@@ -12,8 +12,8 @@
 ## <rolecap/>
 #
 interface(`dbadm_role_change',`
-	get_require(`
-		role dbadm_r'
+	gen_require(`
+		role dbadm_r;
 	')
 
 	allow $1 dbadm_r;


More information about the scm-commits mailing list