• Home
  • Raw
  • Download

Lines Matching full:user

1 User Statements
4 user section in User Statements
7 Declares an SELinux user identifier in the current namespace.
11 (user user_id)
22 <td align="left"><p><code>user</code></p></td>
23 <td align="left"><p>The <code>user</code> keyword.</p></td>
27 <td align="left"><p>The SELinux <code>user</code> identifier.</p></td>
34 This will declare an SELinux user as `unconfined.user`:
37 (user user)
43 Associates a previously declared [`user`](cil_user_statements.md#user) identifier with a previously…
63 <td align="left"><p>A previously declared SELinux <code>user</code> or <code>userattribute</code> i…
74 This example will associate `unconfined.user` to `unconfined.role`:
77 (user user)
79 (userrole user role)
85 Declares a user attribute identifier in the current namespace. The identifier may have zero or more…
112 This example will declare a user attribute `users.user_holder` that will have an empty set:
121 Allows the association of one or more previously declared [`user`](cil_user_statements.md#user) or …
145 <td align="left"><p>Zero or more previously declared <code>user</code> or <code>userattribute</code…
162 This example will declare three users and two user attributes, then associate all the users to them…
165 (user user_1)
166 (user user_2)
167 (user user_3)
179 Associates a previously declared [`user`](cil_user_statements.md#user) identifier with a previously…
199 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
210 This example will associate `unconfined.user` with a named [`level`](cil_mls_labeling_statements.md…
216 (user user)
217 (userlevel user systemlow)
219 ;(userlevel user (s0))
225 Associates a previously declared [`user`](cil_user_statements.md#user) identifer with a previously …
245 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
256 This example will associate `unconfined.user` with a named [`levelrange`](cil_mls_labeling_statemen…
270 (user user)
272 (userrole user role)
274 (userrange user low_high)
276 ;(userrange user (systemLow systemHigh))
277 ;(userrange user (systemLow (s0 (c0 c1))))
278 ;(userrange user ((s0) (s0 (c0 c1))))
284 Defines a hierarchical relationship between users where the child user cannot have more priviledges…
310 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
314 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
321 The user `test` cannot have greater priviledges than `unconfined.user`:
323 (user test)
326 (user user)
327 (userbounds user .test)
333 Declare a user prefix that will be replaced by the file labeling utilities described at [http://sel…
353 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
364 This example will associate `unconfined.admin` user with a prefix of "[`user`](cil_user_statements.…
367 (user admin
368 (userprefix admin user)
374 Associates a GNU/Linux user to a previously declared [`user`](cil_user_statements.md#user) identifi…
394 <td align="left"><p>A string representing the GNU/Linux user name</p></td>
398 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
402 …d <code>userrange</code> identifier that has been associated to the <code>user</code> identifier. …
409 This example will associate `unconfined.admin` user with a GNU / Linux user "`admin_1`":
412 (user admin)
419 Declares the default SELinux user. Only one [`selinuxuserdefault`](cil_user_statements.md#selinuxus…
439 <td align="left"><p>A previously declared SELinux <code>user</code> identifier.</p></td>
443 …d <code>userrange</code> identifier that has been associated to the <code>user</code> identifier. …
450 This example will define the `unconfined.user` as the default SELinux user:
453 (user user)
454 (selinuxuserdefault user low_low)