We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CLONE_PDIFD_AUTOKILL
1 parent 8692291 commit 43cfcb5Copy full SHA for 43cfcb5
README.md
@@ -252,6 +252,11 @@ it with a pidfd right away. There are two possible approaches:
252
Permission checking would have to be strict. It should probably only be
253
allowed for the current thread-group leader on itself.
254
255
+Note also that the kernel currently simply refuses to deliver `SIGKILL`
256
+to PID 1 (global init). It will simply drop the signal. This will have
257
+to be changed. Any implementation would also have to ensure that the
258
+behavior post `SIGKILL` does not just involve freezing execution.
259
+
260
### inotify() events for BSD file locks
261
262
BSD file locks (i.e. `flock()`, as opposed to POSIX `F_SETLK` and
0 commit comments