Searched defs:neverallow (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c883 bool neverallow,
902 cmd_opts.nallow = neverallow;
1013 int neverallow = Dict_ContainsInt(dict, "neverallow"); variable
1028 return search(allow, neverallow, auditallow, dontaudit, transition, role_allow, src_name, tgt_name, class_name, permlist);
882 search(bool allow, bool neverallow, bool auditallow, bool dontaudit, bool transition, bool role_allow, const char *src_name, const char *tgt_name, const char *class_name, const char *permlist ) argument
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c93 struct cil_neverallow *neverallow = i->data; local
94 cil_list_for_each(j, neverallow->rules) {
98 cil_list_destroy(&neverallow->rules, CIL_FALSE);
99 free(neverallow);
1329 struct cil_neverallow *neverallow = neverallows->head->data; local
1330 struct cil_list *neverallow_rules = neverallow->rules;
1387 struct cil_neverallow *neverallow = curr->data; local
1388 struct cil_tree_node *node = neverallow->node;
1390 cil_list_for_each(curr_item, neverallow->rules) {
1513 // ignore neverallow rule
[all...]

Completed in 103 milliseconds