• Home
  • Raw
  • Download

Lines Matching full:user

4 semanage_user \- SELinux User Management API
14 This object contains properties associated with a SELinux user.
15 Typically many Unix users are mapped to the same SELinux user. See
17 for overview of the Unix user API.
27 create a user
32 release resources for this user
37 create a key, which can be used to identify a user
42 release resources for this user key
47 create a key matching this user
52 create an identical user (deep-copy clone)
57 compare this user to the provided key
62 compare this user to another
69 return the name of this user
74 set the name of this user
79 return the labeling prefix for this user, used to control the contexts of user directories
84 set the labeling prefix for this user
89 return the default MLS level, which is assigned to this user at login time
99 return the range of valid MLS sensitivities and categories for this user
104 set the range of valid MLS sensitivities and categories for this user
109 add a role to the user's list of valid roles
114 remove a role from the user's list of valid roles
119 check if a role is valid for this user
124 return the number of valid roles for this user
129 return an array containing the roles for this user
133 set the roles for this user
140 add or update a user in the local store
145 delete a user from the local store
150 check if a user is defined in the persistent policy
155 check if a user is defined in the local store
160 query a user in the persistent policy
165 query a user in the local store
180 execute a callback for each user in the persistent policy
185 execute a callback for each user in the local store