OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:role_allow_rule_t
(Results
1 - 9
of
9
) sorted by null
/external/checkpolicy/
module_compiler.h
84
void append_role_allow(
role_allow_rule_t
* role_allow_rules);
module_compiler.c
1379
void append_role_allow(
role_allow_rule_t
* role_allow_rules)
[
all
...]
policy_define.c
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
278
}
role_allow_rule_t
;
typedef in typeref:struct:role_allow_rule
413
role_allow_rule_t
*role_allow_rules;
617
extern void role_allow_rule_init(
role_allow_rule_t
* x);
618
extern void role_allow_rule_destroy(
role_allow_rule_t
* x);
619
extern void role_allow_rule_list_destroy(
role_allow_rule_t
* x);
/external/libsepol/src/
policydb.c
600
void role_allow_rule_init(
role_allow_rule_t
* x)
602
memset(x, 0, sizeof(
role_allow_rule_t
));
607
void role_allow_rule_destroy(
role_allow_rule_t
* x)
613
void role_allow_rule_list_destroy(
role_allow_rule_t
* x)
616
role_allow_rule_t
*next = x->next;
[
all
...]
link.c
[
all
...]
write.c
[
all
...]
expand.c
1294
static int copy_role_allows(expand_state_t * state,
role_allow_rule_t
* rules)
1298
role_allow_rule_t
*cur;
[
all
...]
/external/checkpolicy/test/
dismod.c
474
void display_role_allow(
role_allow_rule_t
* ra, policydb_t * p, FILE * fp)
Completed in 368 milliseconds