/external/selinux/libsepol/src/ |
mls.h | 32 const char *str, context_struct_t * mls); 36 const context_struct_t * mls, char **str); 40 const context_struct_t * context); 44 const context_struct_t * context, 50 char **scontext, context_struct_t * context); 53 const context_struct_t * c); 56 policydb_t * newp, context_struct_t * context); 59 context_struct_t * scontext, 60 context_struct_t * tcontext, 62 uint32_t specified, context_struct_t * newcontext) [all...] |
context.h | 13 context_struct_t ** cptr, 18 const context_struct_t * context, 24 context_struct_t ** cptr, 29 const context_struct_t * context); 34 const context_struct_t * context,
|
context.c | 15 int policydb_context_isvalid(const policydb_t * p, const context_struct_t * c) 34 int context_is_valid(const policydb_t * p, const context_struct_t * c) 89 const context_struct_t * context, 145 context_struct_t ** cptr, 149 context_struct_t *scontext = NULL; 160 scontext = (context_struct_t *) malloc(sizeof(context_struct_t)); 244 const context_struct_t * context, 293 context_struct_t ** cptr, 333 context_struct_t *con = NULL [all...] |
mls.c | 44 const context_struct_t * mls, char **str) 80 const char *str, context_struct_t * mls) 110 const context_struct_t * context) 168 const context_struct_t * context, char **scontext) 258 int mls_context_isvalid(const policydb_t * p, const context_struct_t * c) 330 char oldc, char **scontext, context_struct_t * context) 453 static inline int mls_copy_context(context_struct_t * dst, 454 context_struct_t * src) 473 static inline int mls_scopy_context(context_struct_t * dst, 474 context_struct_t * src [all...] |
sidtab.c | 43 context_struct_t * context) 118 context_struct_t *sepol_sidtab_search(sidtab_t * s, sepol_security_id_t sid) 147 context_struct_t * context, 170 context_struct_t * context, 207 context_struct_t * 225 context_struct_t * context,
|
services.c | 291 context_struct_t *xcontext) 385 static int constraint_expr_eval_reason(context_struct_t *scontext, 386 context_struct_t *tcontext, 387 context_struct_t *xcontext, 394 context_struct_t *c; 831 static int context_struct_compute_av(context_struct_t * scontext, 832 context_struct_t * tcontext, 957 context_struct_t *ocontext; 958 context_struct_t *ncontext; 959 context_struct_t *tcontext [all...] |
interfaces.c | 18 context_struct_t *tmp_con = NULL; 72 context_struct_t *ifcon = &iface->context[0]; 73 context_struct_t *msgcon = &iface->context[1];
|
nodes.c | 20 context_struct_t *tmp_con = NULL; 88 context_struct_t *con = &node->context[0];
|
ports.c | 47 context_struct_t *tmp_con = NULL; 108 context_struct_t *con = &port->context[0];
|
users.c | 45 context_struct_t context; 120 context_struct_t context;
|
genusers.c | 186 context_struct_t context;
|
expand.c | [all...] |
write.c | 810 static int context_write(struct policydb *p, context_struct_t * c, [all...] |
policydb.c | [all...] |
/external/selinux/libsepol/include/sepol/policydb/ |
context.h | 36 } context_struct_t; typedef in typeref:struct:context_struct 38 static inline void mls_context_init(context_struct_t * c) 43 static inline int mls_context_cpy(context_struct_t * dst, 44 context_struct_t * src) 53 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c2) 60 static inline void mls_context_destroy(context_struct_t * c) 69 static inline void context_init(context_struct_t * c) 74 static inline int context_cpy(context_struct_t * dst, context_struct_t * src [all...] |
sidtab.h | 20 context_struct_t context; /* security context structure */ 43 context_struct_t * context); 45 extern context_struct_t *sepol_sidtab_search(sidtab_t * s, 50 context_struct_t * context, 56 context_struct_t * 61 context_struct_t * context, /* IN */
|
policydb.h | 361 context_struct_t context[2]; /* security context(s) */ 619 const context_struct_t * c);
|
/external/selinux/checkpolicy/ |
checkpolicy.c | 122 context_struct_t * context
|
policy_define.c | 75 static int parse_security_context(context_struct_t *c); [all...] |
/external/selinux/libsepol/cil/src/ |
cil_binary.c | [all...] |