Home
last modified time | relevance | path

Searched refs:newcon (Results 1 – 5 of 5) sorted by relevance

/external/libsepol/src/
Diface_record.c149 sepol_context_t *newcon; in hidden_def() local
151 if (sepol_context_clone(handle, con, &newcon) < 0) { in hidden_def()
157 iface->netif_con = newcon; in hidden_def()
176 sepol_context_t *newcon; in hidden_def() local
177 if (sepol_context_clone(handle, con, &newcon) < 0) { in hidden_def()
183 iface->netmsg_con = newcon; in hidden_def()
Dport_record.c276 sepol_context_t *newcon; in hidden_def() local
278 if (sepol_context_clone(handle, con, &newcon) < 0) { in hidden_def()
284 port->con = newcon; in hidden_def()
Dnode_record.c663 sepol_context_t *newcon; in hidden_def() local
665 if (sepol_context_clone(handle, con, &newcon) < 0) { in hidden_def()
671 node->con = newcon; in hidden_def()
/external/libselinux/src/
Dcompute_create.c16 security_context_t * newcon) in security_compute_create() argument
50 *newcon = strdup(buf); in security_compute_create()
51 if (!(*newcon)) { in security_compute_create()
/external/libselinux/include/selinux/
Dselinux.h174 security_context_t * newcon);
181 security_context_t * newcon);
188 security_context_t * newcon);