Re: For review: seccomp_user_notif(2) manual page

From: Tycho Andersen
Date: Wed Sep 30 2020 - 11:14:07 EST


On Wed, Sep 30, 2020 at 09:03:36AM -0600, Tycho Andersen wrote:
> On Wed, Sep 30, 2020 at 01:07:38PM +0200, Michael Kerrisk (man-pages) wrote:
> > ┌─────────────────────────────────────────────────────┐
> > │FIXME │
> > ├─────────────────────────────────────────────────────┤
> > │Interestingly, after the event had been received, │
> > │the file descriptor indicates as writable (verified │
> > │from the source code and by experiment). How is this │
> > │useful? │
>
> You're saying it should just do EPOLLOUT and not EPOLLWRNORM? Seems
> reasonable.

If we make this change, I suppose we should also drop EPOLLRDNORM from
things which have not been received yet, since they're not really
readable.

Tycho