seccomp: allow 'rseq' syscall in default seccomp profile
@@ -262,6 +262,7 @@
"renameat2",
"restart_syscall",
"rmdir",
+ "rseq",
"rt_sigaction",
"rt_sigpending",
"rt_sigprocmask",
@@ -255,6 +255,7 @@ func DefaultProfile() *types.Seccomp {