[selinux-policy: 2231/3172] Missing comma in policykit

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:18:03 UTC 2010


commit 58cc9903ddf80efa36df86f036dfacfcbfba251c
Author: LABBE Corentin <corentin.labbe at geomatys.fr>
Date:   Tue Aug 18 17:06:54 2009 +0200

    Missing comma in policykit

 policy/modules/services/policykit.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/policykit.if b/policy/modules/services/policykit.if
index 1ade306..4dbbc70 100644
--- a/policy/modules/services/policykit.if
+++ b/policy/modules/services/policykit.if
@@ -167,7 +167,7 @@ interface(`policykit_domtrans_resolve',`
 
 	domtrans_pattern($1, policykit_resolve_exec_t, policykit_resolve_t)
 
-	ps_process_pattern(policykit_resolve_t $1)
+	ps_process_pattern(policykit_resolve_t, $1)
 ')
 
 ########################################


More information about the scm-commits mailing list