Searched refs:sksec_sock (Results 1 – 1 of 1) sorted by relevance
4375 struct sk_security_struct *sksec_sock = sock->sk_security; in selinux_socket_unix_stream_connect() local4386 err = avc_has_perm(sksec_sock->sid, sksec_other->sid, in selinux_socket_unix_stream_connect()4393 sksec_new->peer_sid = sksec_sock->sid; in selinux_socket_unix_stream_connect()4394 err = security_sid_mls_copy(sksec_other->sid, sksec_sock->sid, in selinux_socket_unix_stream_connect()4400 sksec_sock->peer_sid = sksec_new->sid; in selinux_socket_unix_stream_connect()