Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 01:59:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232495] ppoll(2) is not permitted in capability mode
Message-ID:  <bug-232495-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232495

            Bug ID: 232495
           Summary: ppoll(2) is not permitted in capability mode
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: sg2342@googlemail.com

poll was included in sys/kern/capabilities.conf with it's first revision
(r219131) together with a comment:
"## Allow poll(2), which will be scoped by capability rights."
"## XXXRW: We don't yet do that scoping."

in r224910 the poll(2) implementation for capabilities was added, but the n=
ow
miss-leading XXXRW comment in capabilites.conf was left there.

Given that the ppoll(2) and poll(2) implementations in sys/kern/sys_generic=
.c
share the capability relevant code; please

 - add ppoll to sys/kern/capabilities.conf
 - remove XXXRW comment

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232495-227>