OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_context
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/utils/
getconlist.c
22
char **list, *usercon = NULL, *
cur_context
= NULL;
local
50
if (getcon(&
cur_context
) < 0) {
55
cur_context
= argv[optind + 1];
61
cur_context
, &list);
63
ret = get_ordered_context_list(user,
cur_context
, &list);
getdefaultcon.c
22
char * usercon = NULL, *
cur_context
= NULL;
local
61
if (getcon(&
cur_context
) < 0) {
66
cur_context
= argv[optind + 1];
71
ret=get_default_context_with_rolelevel(seuser, role, level,
cur_context
,&usercon);
73
ret=get_default_context_with_level(seuser, level,
cur_context
,&usercon);
79
printf("%s: %s from %s %s %s %s -> %s\n", argv[0], user,
cur_context
, seuser, role, level, usercon);
Completed in 1417 milliseconds