-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Pdfork.OtherUserIfRootForked for actual FreeBSD behaviour (#53)
FreeBSD does not currently allow sending signals via pdkill to a process that is running with a different UID (unless we are root). This test is currently failing for me on FreeBSD 12.2 and 13. We can still send a SIGKILL via close(), but pdkill() returns EBADF.
- Loading branch information
1 parent
b1862b6
commit 906d578
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters