Searched refs:other_isec (Results 1 – 1 of 1) sorted by relevance
4046 struct inode_security_struct *other_isec; in selinux_socket_unix_stream_connect() local4055 other_isec = SOCK_INODE(other)->i_security; in selinux_socket_unix_stream_connect()4060 err = avc_has_perm(isec->sid, other_isec->sid, in selinux_socket_unix_stream_connect()4068 ssec->peer_sid = other_isec->sid; in selinux_socket_unix_stream_connect()4073 err = security_sid_mls_copy(other_isec->sid, ssec->peer_sid, &ssec->sid); in selinux_socket_unix_stream_connect()4082 struct inode_security_struct *other_isec; in selinux_socket_unix_may_send() local4087 other_isec = SOCK_INODE(other)->i_security; in selinux_socket_unix_may_send()4092 err = avc_has_perm(isec->sid, other_isec->sid, in selinux_socket_unix_may_send()