|
@@ -235,7 +235,8 @@ static const struct QemuSeccompSyscall seccomp_whitelist[] = {
|
|
|
{ SCMP_SYS(fallocate), 240 },
|
|
|
{ SCMP_SYS(fadvise64), 240 },
|
|
|
{ SCMP_SYS(inotify_init1), 240 },
|
|
|
- { SCMP_SYS(inotify_add_watch), 240 }
|
|
|
+ { SCMP_SYS(inotify_add_watch), 240 },
|
|
|
+ { SCMP_SYS(mbind), 240 }
|
|
|
};
|
|
|
|
|
|
int seccomp_start(void)
|