Merge pull request #41158 from Flowdalic/allow-rseq-seccomp
seccomp: allow 'rseq' syscall in default seccomp profile
This commit is contained in:
commit
b24f17068c
2 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,7 @@
|
|||
"renameat2",
|
||||
"restart_syscall",
|
||||
"rmdir",
|
||||
"rseq",
|
||||
"rt_sigaction",
|
||||
"rt_sigpending",
|
||||
"rt_sigprocmask",
|
||||
|
|
|
@ -255,6 +255,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"renameat2",
|
||||
"restart_syscall",
|
||||
"rmdir",
|
||||
"rseq",
|
||||
"rt_sigaction",
|
||||
"rt_sigpending",
|
||||
"rt_sigprocmask",
|
||||
|
|
Loading…
Add table
Reference in a new issue