Searched refs:sepol_context_t (Results 1 – 21 of 21) sorted by relevance
/external/selinux/libsepol/include/sepol/ |
D | context_record.h | 10 typedef struct sepol_context sepol_context_t; typedef 16 extern const char *sepol_context_get_user(const sepol_context_t * con); 19 sepol_context_t * con, const char *user); 22 extern const char *sepol_context_get_role(const sepol_context_t * con); 25 sepol_context_t * con, const char *role); 28 extern const char *sepol_context_get_type(const sepol_context_t * con); 31 sepol_context_t * con, const char *type); 34 extern const char *sepol_context_get_mls(const sepol_context_t * con); 37 sepol_context_t * con, const char *mls_range); 41 sepol_context_t ** con_ptr); [all …]
|
D | iface_record.h | 42 extern sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface); 45 sepol_iface_t * iface, sepol_context_t * con); 47 extern sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface); 50 sepol_iface_t * iface, sepol_context_t * con);
|
D | port_record.h | 55 extern sepol_context_t *sepol_port_get_con(const sepol_port_t * port); 58 sepol_port_t * port, sepol_context_t * con);
|
D | node_record.h | 81 extern sepol_context_t *sepol_node_get_con(const sepol_node_t * node); 84 sepol_node_t * node, sepol_context_t * con);
|
D | context.h | 19 const sepol_context_t * context);
|
/external/selinux/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 | 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.h | 14 const sepol_context_t * data); 19 sepol_context_t ** record);
|
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()
|
/external/selinux/libsemanage/src/ |
D | context_record.c | 6 typedef sepol_context_t semanage_context_t;
|
D | iface_record.c | 12 typedef sepol_context_t semanage_context_t;
|
D | fcontexts_local.c | 105 (sepol_context_t *) con) < 0) in validate_handler()
|
D | port_record.c | 12 typedef sepol_context_t semanage_context_t;
|
D | node_record.c | 13 typedef sepol_context_t semanage_context_t;
|
D | genhomedircon.c | 530 sepol_context_t *ctx_record = NULL; in check_line()
|
/external/sepolicy/tools/ |
D | check_seapp.c | 129 sepol_context_t *con;
|