Searched refs:role_trans (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil.c2096 void cil_roletransition_init(struct cil_roletransition **role_trans) argument
2098 *role_trans = cil_malloc(sizeof(**role_trans));
2100 (*role_trans)->src_str = NULL;
2101 (*role_trans)->src = NULL;
2102 (*role_trans)->tgt_str = NULL;
2103 (*role_trans)->tgt = NULL;
2104 (*role_trans)->obj_str = NULL;
2105 (*role_trans)->obj = NULL;
2106 (*role_trans)
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h145 typedef struct role_trans { struct
150 struct role_trans *next;
/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c93 bool role_trans; member in struct:options
/external/selinux/checkpolicy/
H A Dpolicy_define.c2964 struct role_trans *tr = NULL;
3037 /* This ebitmap business is just to ensure that there are not conflicting role_trans rules */
3068 tr = malloc(sizeof(struct role_trans));
3073 memset(tr, 0, sizeof(struct role_trans));
/external/selinux/libsepol/src/
H A Dservices.c1305 struct role_trans *roletr = 0;
H A Dpolicydb.c2368 tr = calloc(1, sizeof(struct role_trans));

Completed in 4001 milliseconds