diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/bw_mednafen | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bw_mednafen b/bin/bw_mednafen index 84075c2..e06b66f 100755 --- a/bin/bw_mednafen +++ b/bin/bw_mednafen @@ -99,7 +99,7 @@ env -i \    --new-session \    --die-with-parent \    --hostname RESTRICTED \ -  --seccomp 9 \    mednafen \ -  "$@" \ -  9<"/tmp/seccomp_logging_filter.bpf" +  "$@" +  # --seccomp 9 \ +  # 9<"/tmp/seccomp_logging_filter.bpf"  | 
