Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jul 2017 16:37:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220524] pidfile_remove(3) is broken in capability mode
Message-ID:  <bug-220524-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 220524
           Summary: pidfile_remove(3) is broken in capability mode
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: markj@FreeBSD.org

pidfile_remove() uses unlink() to remove the pidfile, so it will always fail
when called in capability mode. It would be nice if the pidfile code used
Capsicum-friendly syscalls instead. pidfile_open() could keep a descriptor =
for
the directory containing the requested pidfile, and later use unlinkat() to
remove it.

--=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-220524-8>