[selinux-policy: 360/3172] put user line in col 1, since genhomedircon breaks otherwise

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:35:59 UTC 2010


commit 8eaa723d28db05e2d913868e348e5875a4e9fbbb
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 15 14:07:20 2005 +0000

    put user line in col 1, since genhomedircon breaks otherwise

 refpolicy/policy/users |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/users b/refpolicy/policy/users
index 33bde93..3e45e02 100644
--- a/refpolicy/policy/users
+++ b/refpolicy/policy/users
@@ -6,7 +6,7 @@
 
 # gen_user(username, role_set, levels)
 define(`gen_user',`
-	user $1 roles { $2 } ifdef(`enable_mls', `level $3 range $4');
+user $1 roles { $2 } ifdef(`enable_mls', `level $3 range $4');
 ')
 
 #


More information about the scm-commits mailing list