Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dservices.c458 struct constraint_node *constraint; in context_struct_compute_av() local
520 constraint = tclass_datum->constraints; in context_struct_compute_av()
521 while ( constraint ) in context_struct_compute_av()
523 if ( (constraint->permissions & (avd->allowed) ) && in context_struct_compute_av()
524 !constraint_expr_eval(scontext, tcontext, NULL, constraint->expr)) in context_struct_compute_av()
526 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av()
528 constraint = constraint->next; in context_struct_compute_av()
591 struct constraint_node *constraint; in security_validate_transition() local
635 constraint = tclass_datum->validatetrans; in security_validate_transition()
636 while ( constraint ) in security_validate_transition()
[all …]
A Dpolicydb.c531 struct constraint_node *constraint, *ctemp; in class_destroy() local
538 constraint = cladatum->constraints; in class_destroy()
539 while ( constraint ) in class_destroy()
541 e = constraint->expr; in class_destroy()
549 ctemp = constraint; in class_destroy()
550 constraint = constraint->next; in class_destroy()
554 constraint = cladatum->validatetrans; in class_destroy()
555 while ( constraint ) in class_destroy()
557 e = constraint->expr; in class_destroy()
565 ctemp = constraint; in class_destroy()
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in1046 qemu-xen-traditional) imposes the same constraint on HVM guests.

Completed in 13 milliseconds