HomeSort by relevance Sort by last modified time
    Searched refs:constraint_node_t (Results 1 - 7 of 7) sorted by null

  /external/libsepol/include/sepol/policydb/
constraint.h 68 } constraint_node_t; typedef in typeref:struct:constraint_node
policydb.h 112 constraint_node_t *constraints; /* constraints on class permissions */
113 constraint_node_t *validatetrans; /* special transition rules */
  /external/libsepol/src/
services.c 290 constraint_node_t *constraint,
384 constraint_node_t *constraint,
826 constraint_node_t *constraint;
947 constraint_node_t *constraint;
    [all...]
expand.c 359 static int constraint_node_clone(constraint_node_t ** dst,
360 constraint_node_t * src,
363 constraint_node_t *new_con = NULL, *last_new_con = NULL;
369 (constraint_node_t *) malloc(sizeof(constraint_node_t));
373 memset(new_con, 0, sizeof(constraint_node_t));
    [all...]
write.c 862 constraint_node_t * node, int allowxtarget,
865 constraint_node_t *c;
916 constraint_node_t *c;
    [all...]
policydb.c 1131 constraint_node_t *constraint, *ctemp;
    [all...]
  /external/checkpolicy/
policy_define.c     [all...]

Completed in 210 milliseconds