HomeSort by relevance Sort by last modified time
    Searched refs:CIL_KEY_SELF (Results 1 - 6 of 6) sorted by null

  /external/selinux/libsepol/cil/src/
cil_find.c 310 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) {
313 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) {
315 } else if (t1->fqn == CIL_KEY_SELF) {
323 } else if (t2->fqn == CIL_KEY_SELF) {
cil_internal.h 100 char *CIL_KEY_SELF;
cil_build_ast.c     [all...]
cil.c 106 CIL_KEY_SELF = cil_strpool_add("self");
276 (*db)->selftype->datum.name = CIL_KEY_SELF;
277 (*db)->selftype->datum.fqn = CIL_KEY_SELF;
    [all...]
cil_binary.c     [all...]
cil_resolve_ast.c 328 if (rule->tgt_str == CIL_KEY_SELF) {
    [all...]

Completed in 172 milliseconds