[selinux-policy: 1079/3172] fix role

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:38:07 UTC 2010


commit e831e4199efc1673301cc27955370cfc41e8de2a
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jan 11 18:14:46 2006 +0000

    fix role

 refpolicy/policy/modules/apps/screen.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/apps/screen.if b/refpolicy/policy/modules/apps/screen.if
index ed2c793..2fbac23 100644
--- a/refpolicy/policy/modules/apps/screen.if
+++ b/refpolicy/policy/modules/apps/screen.if
@@ -40,7 +40,7 @@ template(`screen_per_userdomain_template',`
 	domain_type($1_screen_t)
 	domain_entry_file($1_screen_t,screen_exec_t)
 	domain_wide_inherit_fd($1_screen_t)
-	role $2 types $1_screen_t;
+	role $3 types $1_screen_t;
 
 	type $1_screen_tmp_t;
 	files_tmp_file($1_screen_tmp_t)


More information about the scm-commits mailing list