Loading security/selinux/hooks.c +0 −4 Original line number Diff line number Diff line Loading @@ -3997,10 +3997,6 @@ static int selinux_socket_unix_stream_connect(struct socket *sock, struct avc_audit_data ad; int err; err = secondary_ops->unix_stream_connect(sock, other, newsk); if (err) return err; isec = SOCK_INODE(sock)->i_security; other_isec = SOCK_INODE(other)->i_security; Loading Loading
security/selinux/hooks.c +0 −4 Original line number Diff line number Diff line Loading @@ -3997,10 +3997,6 @@ static int selinux_socket_unix_stream_connect(struct socket *sock, struct avc_audit_data ad; int err; err = secondary_ops->unix_stream_connect(sock, other, newsk); if (err) return err; isec = SOCK_INODE(sock)->i_security; other_isec = SOCK_INODE(other)->i_security; Loading