Home | History | Annotate | Download | only in selinux

Lines Matching refs:user

12 /* Get an ordered list of authorized security contexts for a user session
13 for 'user' spawned by 'fromcon' and set *conary to refer to the
15 be authorized by the policy, but the ordering is subject to user
19 extern int get_ordered_context_list(const char *user,
24 default level for the user. */
25 int get_ordered_context_list_with_level(const char *user,
30 /* Get the default security context for a user session for 'user'
33 of a default is subject to user customizable preferences.
37 extern int get_default_context(const char *user,
42 default level for the user. */
43 int get_default_context_with_level(const char *user,
50 for the user with that role, then return -1. */
51 int get_default_context_with_role(const char *user,
58 for the user with that role, then return -1. */
59 int get_default_context_with_rolelevel(const char *user,
65 /* Given a list of authorized security contexts for the user,
66 query the user to select one and set *newcon to refer to it.
72 /* Allow the user to manually enter a context as a fallback
76 extern int manual_user_enter_context(const char *user,