Searched refs:sepol_context_t (Results 1 – 14 of 14) sorted by relevance
/external/libsepol/include/sepol/ |
D | context_record.h | 7 typedef struct sepol_context sepol_context_t; typedef 13 extern const char *sepol_context_get_user(const sepol_context_t * con); 16 sepol_context_t * con, const char *user); 19 extern const char *sepol_context_get_role(const sepol_context_t * con); 22 sepol_context_t * con, const char *role); 25 extern const char *sepol_context_get_type(const sepol_context_t * con); 28 sepol_context_t * con, const char *type); 31 extern const char *sepol_context_get_mls(const sepol_context_t * con); 34 sepol_context_t * con, const char *mls_range); 38 sepol_context_t ** con_ptr); [all …]
|
D | iface_record.h | 39 extern sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface); 42 sepol_iface_t * iface, sepol_context_t * con); 44 extern sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface); 47 sepol_iface_t * iface, sepol_context_t * con);
|
D | port_record.h | 52 extern sepol_context_t *sepol_port_get_con(const sepol_port_t * port); 55 sepol_port_t * port, sepol_context_t * con);
|
D | node_record.h | 78 extern sepol_context_t *sepol_node_get_con(const sepol_node_t * node); 81 sepol_node_t * node, sepol_context_t * con);
|
D | context.h | 16 const sepol_context_t * context);
|
/external/libsepol/src/ |
D | context_record.c | 25 const char *sepol_context_get_user(const sepol_context_t * con) in sepol_context_get_user() 34 sepol_context_t * con, const char *user) in hidden_def() 52 const char *sepol_context_get_role(const sepol_context_t * con) in hidden_def() 61 sepol_context_t * con, const char *role) in hidden_def() 78 const char *sepol_context_get_type(const sepol_context_t * con) in hidden_def() 87 sepol_context_t * con, const char *type) in hidden_def() 104 const char *sepol_context_get_mls(const sepol_context_t * con) in hidden_def() 113 sepol_context_t * con, const char *mls) in hidden_def() 130 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr) in hidden_def() 133 sepol_context_t *con = in hidden_def() [all …]
|
D | iface_record.c | 14 sepol_context_t *netif_con; 17 sepol_context_t *netmsg_con; 137 sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface) in hidden_def() 146 sepol_iface_t * iface, sepol_context_t * con) in hidden_def() 149 sepol_context_t *newcon; in hidden_def() 164 sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface) in hidden_def() 173 sepol_iface_t * iface, sepol_context_t * con) in hidden_def() 176 sepol_context_t *newcon; in hidden_def()
|
D | context.h | 14 const sepol_context_t * data); 19 sepol_context_t ** record);
|
D | port_record.c | 16 sepol_context_t *con; 264 sepol_context_t *sepol_port_get_con(const sepol_port_t * port) in hidden_def() 273 sepol_port_t * port, sepol_context_t * con) in hidden_def() 276 sepol_context_t *newcon; in hidden_def()
|
D | context.c | 146 const sepol_context_t * record) in context_from_record() 245 sepol_context_t ** record) in context_to_record() 248 sepol_context_t *tmp_record = NULL; in context_to_record() 298 sepol_context_t *ctx_record = NULL; in context_from_string() 330 const sepol_context_t * context) in sepol_context_check()
|
D | node_record.c | 25 sepol_context_t *con; 651 sepol_context_t *sepol_node_get_con(const sepol_node_t * node) in hidden_def() 660 sepol_node_t * node, sepol_context_t * con) in hidden_def() 663 sepol_context_t *newcon; in hidden_def()
|
D | interfaces.c | 75 sepol_context_t *tmp_con = NULL; in iface_to_record()
|
D | ports.c | 111 sepol_context_t *tmp_con = NULL; in port_to_record()
|
D | nodes.c | 90 sepol_context_t *tmp_con = NULL; in node_to_record()
|