Home
last modified time | relevance | path

Searched refs:CEXPR_TARGET (Results 1 – 3 of 3) sorted by relevance

/external/libsepol/include/sepol/policydb/
Dconstraint.h41 #define CEXPR_TARGET 8 /* target if set, source otherwise */ macro
/external/checkpolicy/
Dpolicy_parse.y539 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_USER | CEXPR_TARGET), $2);
548 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_ROLE | CEXPR_TARGET), $2);
557 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_TARGET), $2);
569 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_ROLE | CEXPR_TARGET), CEXPR_EQ);
578 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_TARGET), CEXPR_EQ);
/external/libsepol/src/
Dservices.c616 if (e->attr & CEXPR_TARGET) { in constraint_expr_eval_reason()