diff options
author | willy tarreau <[email protected]> | 2016-01-10 07:54:56 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-01-11 00:05:30 -0500 |
commit | 712f4aad406bb1ed67f3f98d04c044191f0ff593 (patch) | |
tree | ee2f45594b6acfc83a69988a914b9fe15d6e4367 /drivers/fpga/fpga-mgr.c | |
parent | 3e4006f0b86a5ae5eb0e8215f9a9e1db24506977 (diff) |
unix: properly account for FDs passed over unix sockets
It is possible for a process to allocate and accumulate far more FDs than
the process' limit by sending them over a unix socket then closing them
to keep the process' fd count low.
This change addresses this problem by keeping track of the number of FDs
in flight per user and preventing non-privileged processes from having
more FDs in flight than their configured FD limit.
Reported-by: [email protected]
Reported-by: Tetsuo Handa <[email protected]>
Mitigates: CVE-2013-4312 (Linux 2.0+)
Suggested-by: Linus Torvalds <[email protected]>
Acked-by: Hannes Frederic Sowa <[email protected]>
Signed-off-by: Willy Tarreau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions