Daniel Pinto
|
a350f216b3
Fix crash when calling openat with sandbox enabled #25440
|
7 лет назад |
Nick Mathewson
|
c4be6dfeab
Permit the nanosleep system call in the seccomp2 callbox
|
7 лет назад |
Nick Mathewson
|
9f93bcd16d
Remove sb_poll check: all poll() calls are ok.
|
7 лет назад |
Nick Mathewson
|
070eda5a21
Add the poll() syscall as permitted by the sandbox
|
7 лет назад |
Nick Mathewson
|
84c13336c4
Merge remote-tracking branch 'public/bug24198_029' into maint-0.2.9
|
7 лет назад |
Nick Mathewson
|
2d3904aba6
Check the libc version to decide whether to allow openat.
|
7 лет назад |
Nick Mathewson
|
d2d6a1b082
Make our seccomp2 sandbox handle Glibc 2.26
|
7 лет назад |
Nick Mathewson
|
7461cd3067
Permit kill(pid, 0) in the seccomp2 sandbox.
|
7 лет назад |
Nick Mathewson
|
16d2bce893
Allow setsockopt(IPV6_V6ONLY) in sandbox.
|
7 лет назад |
Nick Mathewson
|
59f29970fa
Permit the fchmod system call.
|
7 лет назад |
Nick Mathewson
|
99e943998d
Add getpid() to the seccomp2 sandbox.
|
8 лет назад |
Nick Mathewson
|
d6ca36defa
Merge branch 'bug20710_025' into maint-0.2.9
|
8 лет назад |
Nick Mathewson
|
6a069959c6
Fix major errors in freeing getaddrinfo sandbox cache
|
8 лет назад |
Nick Mathewson
|
b9a43c8f43
For me, asan/ubsan require more syscalls.
|
8 лет назад |
Nick Mathewson
|
40d05983c4
Fix some comments in sandbox.c
|
8 лет назад |
Nick Mathewson
|
9c87869dde
Merge branch 'maint-0.2.8'
|
8 лет назад |
Nick Mathewson
|
f1973e70a4
Coverity hates it when we do "E1 ? E2 : E2".
|
8 лет назад |
Nick Mathewson
|
c138c9a2be
Merge branch 'maint-0.2.8'
|
8 лет назад |
Nick Mathewson
|
fbae15a856
Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8
|
8 лет назад |
Nick Mathewson
|
9932544297
Merge branch 'maint-0.2.8'
|
8 лет назад |
Nick Mathewson
|
bb731ca665
Merge remote-tracking branch 'Jigsaw52/seccomp-fix-18397' into maint-0.2.8
|
8 лет назад |
Peter Palfrader
|
36b06be738
Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelist
|
8 лет назад |
Daniel Pinto
|
20e89453fd
Adds missing syscalls to seccomp filter.
|
8 лет назад |
Nick Mathewson
|
8ba4ba0a74
Grammar.
|
8 лет назад |
cypherpunks
|
94762e37b9
Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS
|
8 лет назад |
Nick Mathewson
|
80f1a2cbbd
Add the -Wextra-semi warning from clang, and fix the cases where it triggers
|
8 лет назад |
Nick Mathewson
|
4895d8288c
Do not treat "DOCDOC" as doxygen.
|
9 лет назад |
Nick Mathewson
|
c0568a89d9
Whitespace fixes
|
9 лет назад |
Nick Mathewson
|
7123e9706e
Repair build when no sandbox support is enabled.
|
9 лет назад |
Nick Mathewson
|
ca8423a703
Merge remote-tracking branch 'public/bug18253'
|
9 лет назад |