Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
c4da0a50
Commit
c4da0a50
authored
Apr 09, 2020
by
Nick Mathewson
👉
Browse files
Add fsync to list of syscalls permitted by sandbox
(Our fix for 33087 requires this, I believe.)
parent
c2aea613
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/sandbox/sandbox.c
View file @
c4da0a50
...
...
@@ -166,6 +166,7 @@ static int filter_nopar_gen[] = {
#ifdef __NR_fstat64
SCMP_SYS
(
fstat64
),
#endif
SCMP_SYS
(
fsync
),
SCMP_SYS
(
futex
),
SCMP_SYS
(
getdents
),
SCMP_SYS
(
getdents64
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment