diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-22 17:36:07 +0000 |
commit | c836ea89a48f53ec1dd05c1dcdc606bb44c8b619 (patch) | |
tree | 22882efad0fdc677d353dec723d813825bbcb5d2 /bin | |
parent | update (diff) | |
download | scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.tar.gz scripts-c836ea89a48f53ec1dd05c1dcdc606bb44c8b619.zip |
update
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" |