Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
0cfaac07
Verified
Commit
0cfaac07
authored
Feb 15, 2022
by
valoq
Browse files
add rseq syscall
parent
83663a2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/seccomp-filters.c
View file @
0cfaac07
...
...
@@ -203,6 +203,7 @@ seccomp_enable_strict_filter(void)
ALLOW_RULE
(
recvfrom
);
ALLOW_RULE
(
recvmsg
);
ALLOW_RULE
(
restart_syscall
);
ALLOW_RULE
(
rseq
);
ALLOW_RULE
(
rt_sigaction
);
ALLOW_RULE
(
rt_sigprocmask
);
ALLOW_RULE
(
sendmsg
);
...
...
Simon D
@Semoar
mentioned in issue
#274
·
Apr 02, 2022
mentioned in issue
#274
mentioned in issue #274
Toggle commit list
Write
Preview
Supports
Markdown
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