Home
last modified time | relevance | path

Searched refs:CEXPR_XTARGET (Results 1 – 6 of 6) sorted by relevance

/external/libsepol/include/sepol/policydb/
Dconstraint.h42 #define CEXPR_XTARGET 16 /* special 3rd target for validatetrans rule */ macro
/external/checkpolicy/
Dpolicy_parse.y507 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_USER | CEXPR_XTARGET), $2);
516 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_ROLE | CEXPR_XTARGET), $2);
525 { $$ = define_cexpr(CEXPR_NAMES, (CEXPR_TYPE | CEXPR_XTARGET), $2);
Dpolicy_define.c2625 if (e->attr & CEXPR_XTARGET) { in define_constraint()
/external/libsepol/src/
Dservices.c262 else if (e->attr & CEXPR_XTARGET) { in constraint_expr_eval()
Dwrite.c891 if (!allowxtarget && (e->attr & CEXPR_XTARGET)) in write_cons_helper()
Dpolicydb.c1970 if (!allowxtarget && (e->attr & CEXPR_XTARGET)) in read_cons_helper()