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

/security/selinux/ss/
H A Dpolicydb.c642 struct constraint_node *constraint, *ctemp; local
650 constraint = cladatum->constraints;
651 while (constraint) {
652 e = constraint->expr;
658 ctemp = constraint;
659 constraint = constraint->next;
663 constraint = cladatum->validatetrans;
664 while (constraint) {
665 e = constraint
[all...]
H A Dservices.c262 * Return the boolean value of a constraint expression
538 * on boundary constraint.
653 struct constraint_node *constraint; local
712 * Remove any permissions prohibited by a constraint (this includes
715 constraint = tclass_datum->constraints;
716 while (constraint) {
717 if ((constraint->permissions & (avd->allowed)) &&
719 constraint->expr)) {
720 avd->allowed &= ~(constraint->permissions);
722 constraint
786 struct constraint_node *constraint; local
[all...]

Completed in 108 milliseconds