Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions usr/share/sandbox-app-launcher/autogen-seccomp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ echo "#include <seccomp.h>
#include <linux/random.h>
#include <linux/vt.h>
#include <linux/fs.h>
#include <linux/sockios.h>
#include <linux/wireless.h>

#define ALLOW_SYSCALL(call) { if (seccomp_rule_add (ctx, SCMP_ACT_ALLOW, SCMP_SYS(call), 0) < 0) goto out; }
Expand Down
1 change: 1 addition & 0 deletions usr/share/sandbox-app-launcher/seccomp-whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down