aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_mpv
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_mpv')
-rw-r--r--dot_local/bin/executable_mpv4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_local/bin/executable_mpv b/dot_local/bin/executable_mpv
new file mode 100644
index 0000000..ba6787b
--- /dev/null
+++ b/dot_local/bin/executable_mpv
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+# Thin wrapper: run /usr/bin/mpv inside _sandbox-net-parser. See that
+# script for the threat model and the SANDBOX=0 escape hatch.
+exec _sandbox-net-parser /usr/bin/mpv "$@"