[selinux-policy: 235/3172] initial commit

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:25:16 UTC 2010


commit 7555aab0275e8d5dd810d0af89497d99846567e2
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 1 14:37:51 2005 +0000

    initial commit

 refpolicy/config/local.users |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/refpolicy/config/local.users b/refpolicy/config/local.users
new file mode 100644
index 0000000..887f6f7
--- /dev/null
+++ b/refpolicy/config/local.users
@@ -0,0 +1,25 @@
+##################################
+#
+# User configuration.
+#
+# This file defines additional users recognized by the system security policy.
+# Only the user identities defined in this file and the system.users file
+# may be used as the user attribute in a security context.
+#
+# Each user has a set of roles that may be entered by processes
+# with the users identity.  The syntax of a user declaration is:
+#
+# 	user username roles role_set [ level default_level range allowed_range ];
+#
+# The MLS default level and allowed range should only be specified if 
+# MLS was enabled in the policy.
+
+user user_u roles { user_r };
+
+user root roles { sysadm_r staff_r };
+
+# sample for administrative user
+# user jadmin roles { staff_r sysadm_r };
+
+# sample for regular user
+#user jdoe roles { user_r }; 


More information about the scm-commits mailing list