Merge pull request #4347 from Flowdalic/allow-rseq-seccomp

seccomp: allow 'rseq' syscall in default seccomp profile
This commit is contained in:
Phil Estes 2020-06-26 13:42:48 -04:00 committed by GitHub
commit 01a53c24b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"renameat2",
"restart_syscall",
"rmdir",
"rseq",
"rt_sigaction",
"rt_sigpending",
"rt_sigprocmask",