mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
070eda5a21
Apparently, sometimes getpwnam will call this. Fixes bug 25513.
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
o Minor features (sandbox):
|
|
- Explicitly permit the poll() system call when the Linux seccomp2-based
|
|
sandbox is enabled: apparently, some versions of libc use poll() when
|
|
calling getpwnam(). Closes ticket 25313.
|