diff --git a/usr/share/sandbox-app-launcher/autogen-seccomp b/usr/share/sandbox-app-launcher/autogen-seccomp index 39e6066..e04beee 100755 --- a/usr/share/sandbox-app-launcher/autogen-seccomp +++ b/usr/share/sandbox-app-launcher/autogen-seccomp @@ -83,6 +83,7 @@ echo "#include #include #include #include +#include #include #define ALLOW_SYSCALL(call) { if (seccomp_rule_add (ctx, SCMP_ACT_ALLOW, SCMP_SYS(call), 0) < 0) goto out; } diff --git a/usr/share/sandbox-app-launcher/seccomp-whitelist b/usr/share/sandbox-app-launcher/seccomp-whitelist index 864f158..6c3de4b 100644 --- a/usr/share/sandbox-app-launcher/seccomp-whitelist +++ b/usr/share/sandbox-app-launcher/seccomp-whitelist @@ -121,6 +121,7 @@ ioctl 1 FIONBIO ioctl 1 FIONREAD ioctl 1 RNDGETENTCNT ioctl 1 SIOCGIWMODE +ioctl 1 SIOCOUTQNSD ioctl 1 TCGETS ioctl 1 TCSETS ioctl 1 TCSETSW