[selinux-policy: 3121/3172] fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:37:34 UTC 2010


commit fad629745b5c869720ab15f64355e68a3c85b11d
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Sep 23 17:31:09 2010 -0400

    fix typo

 policy/modules/apps/userhelper.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/apps/userhelper.if b/policy/modules/apps/userhelper.if
index 019df01..2e50976 100644
--- a/policy/modules/apps/userhelper.if
+++ b/policy/modules/apps/userhelper.if
@@ -303,7 +303,7 @@ template(`userhelper_console_role_template',`
 
 	auth_use_pam($1_consolehelper_t)
 
-	userdom_manage_tmpfs_role(#2, $1_consolehelper_t)
+	userdom_manage_tmpfs_role($2, $1_consolehelper_t)
 
 	optional_policy(`
 		shutdown_run($1_consolehelper_t, $2)


More information about the scm-commits mailing list