From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Luis Vazquez Cao Subject: Re: [PATCH 1/2] man/send(2): add EPERM to the list of possible errors Date: Tue, 26 Mar 2013 17:37:50 +0900 Message-ID: <51515E5E.7020309@lab.ntt.co.jp> References: <1363675513.4767.6.camel@nexus> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netfilter-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pablo Neira Ayuso , Patrick McHardy , Hirotaka Sasaki To: Michael Kerrisk Return-path: In-Reply-To: <1363675513.4767.6.camel@nexus> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netfilter-devel.vger.kernel.org Hi Michael, Do you see any problem with these two patches? Thanks, =46ernando On 2013/03/19 15:45, Fernando Luis V=C3=A1zquez Cao wrote: > Subject: [PATCH 1/2] man/send(2): add EPERM to the list of possible e= rrors > > System policy (for example netfilter rule) can cause a send* operatio= n > to fail with EPERM. > > Reported-by: Hirotaka Sasaki > Signed-off-by: Fernando Luis Vazquez Cao > --- > > diff -urNp man-pages-3.50-orig/man2/send.2 man-pages-3.50/man2/send.2 > --- man-pages-3.50-orig/man2/send.2 2013-03-15 16:17:32.000000000 +09= 00 > +++ man-pages-3.50/man2/send.2 2013-03-19 15:17:03.616008275 +0900 > @@ -357,6 +357,10 @@ Some bit in the > .I flags > argument is inappropriate for the socket type. > .TP > +.B EPERM > +System policy (for example a netfilter rule) does not permit the req= uested > +operation. > +.TP > .B EPIPE > The local end has been shut down on a connection oriented socket. > In this case the process -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html