OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:role_set_expand
(Results
1 - 5
of
5
) sorted by null
/external/libsepol/include/sepol/policydb/
expand.h
63
extern int
role_set_expand
(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
/external/libsepol/src/
users.c
262
if (
role_set_expand
(&usrdatum->roles, &usrdatum->cache,
expand.c
1028
if (
role_set_expand
(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1212
if (
role_set_expand
(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
1217
if (
role_set_expand
(&cur->new_roles, &new_roles, state->out, state->base, state->rolemap)) {
1281
if (
role_set_expand
(&cur->roles, &roles, state->out, state->base, state->rolemap)) {
2331
int
role_set_expand
(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap)
function
[
all
...]
policydb.c
750
if (
role_set_expand
(&user->roles, &user->cache, p, NULL, NULL)) {
[
all
...]
/external/checkpolicy/
policy_define.c
[
all
...]
Completed in 2559 milliseconds