]> git.ipfire.org Git - thirdparty/man-pages.git/commit
unix.7: Note SCM_RIGHTS interaction with RLIMIT_NOFILE
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 29 Jun 2019 20:06:10 +0000 (22:06 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 29 Jun 2019 20:13:25 +0000 (22:13 +0200)
commite2340cf7488c5cb19c339b62c360ec3c44c6f113
treefe9616d59edebab216a84946fc9becd68d5230fc
parent1d03bca07f21ef00101f49fdb374cc4c78898ef5
unix.7: Note SCM_RIGHTS interaction with RLIMIT_NOFILE

If the file descriptors received in SCM_RIGHTS would cause
the process to its exceed RLIMIT_NOFILE limit, the excess
FDs are discarded.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/unix.7