Searched refs:sksec_sock (Results 1 – 1 of 1) sorted by relevance
4326 struct sk_security_struct *sksec_sock = sock->sk_security; in selinux_socket_unix_stream_connect() local4337 err = avc_has_perm(sksec_sock->sid, sksec_other->sid, in selinux_socket_unix_stream_connect()4344 sksec_new->peer_sid = sksec_sock->sid; in selinux_socket_unix_stream_connect()4345 err = security_sid_mls_copy(sksec_other->sid, sksec_sock->sid, in selinux_socket_unix_stream_connect()4351 sksec_sock->peer_sid = sksec_new->sid; in selinux_socket_unix_stream_connect()