Searched refs:POLICY_KERN (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/src/ |
D | write.c | 109 unsigned int oldvers = (p->policy_type == POLICY_KERN in avtab_write_item() 281 unsigned int oldvers = (p->policy_type == POLICY_KERN in avtab_write() 504 int new_roletr = (p->policy_type == POLICY_KERN && in role_trans_write() 659 if (p->policy_type != POLICY_KERN && in cond_write_bool() 686 unsigned int oldvers = (p->policy_type == POLICY_KERN in cond_write_av_list() 761 if (p->policy_type == POLICY_KERN) { in cond_write_node() 773 if (p->policy_type != POLICY_KERN && in cond_write_node() 824 && p->policy_type == POLICY_KERN) in context_write() 929 if ((p->policy_type != POLICY_KERN && in write_cons_helper() 931 (p->policy_type == POLICY_KERN && in write_cons_helper() [all …]
|
D | policydb.c | 63 .type = POLICY_KERN, 70 .type = POLICY_KERN, 77 .type = POLICY_KERN, 84 .type = POLICY_KERN, 91 .type = POLICY_KERN, 98 .type = POLICY_KERN, 105 .type = POLICY_KERN, 112 .type = POLICY_KERN, 119 .type = POLICY_KERN, 126 .type = POLICY_KERN, [all …]
|
D | policydb_public.c | 102 case POLICY_KERN: in sepol_policydb_set_typevers() 120 case POLICY_KERN: in sepol_policydb_set_vers()
|
D | conditional.c | 601 if (p->policy_type != POLICY_KERN && in cond_read_bool() 810 if (p->policy_type == POLICY_KERN) { in cond_read_node() 823 if (p->policy_type != POLICY_KERN && in cond_read_node()
|
D | services.c | 220 if (policydb->policy_type == POLICY_KERN && in get_name_list()
|
D | expand.c | 2951 state.out->policy_type = POLICY_KERN; in expand_module()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 488 #define POLICY_KERN SEPOL_POLICY_KERN macro 749 (((p)->policy_type == POLICY_KERN \ 751 ((p)->policy_type != POLICY_KERN \
|
/external/selinux/checkpolicy/ |
D | checkpolicy.c | 627 policydb.policy_type = POLICY_KERN; in main()
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 3899 pdb->policy_type = POLICY_KERN; in __cil_policydb_create()
|