Searched refs:constraints (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/flask/policy/policy/ |
A D | mls | 80 # This is incomplete - similar constraints must be written for all classes
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | policydb.h | 59 struct constraint_node *constraints; /* constraints on class permissions */ member
|
A D | policydb.c | 538 constraint = cladatum->constraints; in class_destroy() 1209 rc = read_cons_helper(p, &cladatum->constraints, ncons, 0, fp); in class_read()
|
A D | services.c | 520 constraint = tclass_datum->constraints; in context_struct_compute_av()
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.te | 58 # Policy constraints
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xsm-flask.txt | 221 constraints file (for example, vm_rule.cons). The vm_role module defines one 222 role (vm_r) and three users (user_1 .. user_3), along with constraints that 249 before building the policy. Note that the MLS constraints in policy/mls
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 868 # define invoke_stub(pre, post, constraints...) do { \ argument 878 : [exn] "+g" (res_), constraints, \ 895 # define invoke_stub(pre, post, constraints...) \ argument 897 : constraints, [stub] "rm" (stub.func), \
|
Completed in 28 milliseconds