https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223327

Kristof Provost <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]

--- Comment #1 from Kristof Provost <[email protected]> ---
Hmm. This is quite interesting. I think the problem started with r322369 which
changed libutil / pidfile_open() to keep the directory fd (rather than the
pidfile fd) so it could unlink the pidfile in capability mode.
That appears to conflict with chroot now, because you can't chroot if you've
got a directory fd open to somewhere outside the new root.

I don't think this patch is right, because it'll break the pidfile_remove() in
routehandler().

I'm not at all sure how this should be fixed though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to