Searched refs:user_context (Results 1 - 2 of 2) sorted by last modified time

/external/selinux/libselinux/src/
H A DcheckAccess.c66 char *user_context; local
69 if (getprevcon_raw(&user_context) == 0) {
78 retval = security_compute_av_raw(user_context,
79 user_context,
87 freecon(user_context);
H A Dquery_user_context.c118 char *user_context = NULL; /* String value of the user's context */ local
164 user_context = context_str(new_context);
165 if (!user_context) {
169 if (!security_check_context(user_context))
175 *newcon = strdup(user_context);

Completed in 85 milliseconds