diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/sandbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 5c7d8c87bc..bb2b3ed742 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -115,6 +115,7 @@ static int filter_nopar_gen[] = { #endif SCMP_SYS(getrlimit), SCMP_SYS(gettimeofday), + SCMP_SYS(gettid), SCMP_SYS(getuid), #ifdef __NR_getuid32 SCMP_SYS(getuid32), @@ -129,6 +130,7 @@ static int filter_nopar_gen[] = { SCMP_SYS(munmap), SCMP_SYS(read), SCMP_SYS(rt_sigreturn), + SCMP_SYS(sched_getaffinity), SCMP_SYS(set_robust_list), #ifdef __NR_sigreturn SCMP_SYS(sigreturn), |