Home
last modified time | relevance | path

Searched refs:constraint_node (Results 1 – 4 of 4) sorted by relevance

/linux/security/selinux/ss/
H A Dconstraint.h58 struct constraint_node { struct
61 struct constraint_node *next; /* next constraint */ argument
H A Dpolicydb.h55 struct constraint_node *constraints; /* constraints on class perms */
56 struct constraint_node *validatetrans; /* special transition rules */
H A Dpolicydb.c216 struct constraint_node *constraint, *ctemp; in cls_destroy()
1219 static int read_cons_helper(struct policydb *p, struct constraint_node **nodep, in read_cons_helper()
1222 struct constraint_node *c, *lc; in read_cons_helper()
3037 static int write_cons_helper(struct policydb *p, struct constraint_node *node, in write_cons_helper()
3040 struct constraint_node *c; in write_cons_helper()
3091 struct constraint_node *c; in class_write()
H A Dservices.c618 struct constraint_node *constraint; in context_struct_compute_av()
756 struct constraint_node *constraint; in security_compute_validatetrans()