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 defa358 commit fca9a63Copy full SHA for fca9a63
1 file changed
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 currently the kernel simply refuses to deliver `SIGKILL`
256
+to PID 1 (global init). It will simply drop the signal so that will have
257
+to be dealt with as well and the behavior after `SIGKILL` would have to
258
+make sense beyond just 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