From 973203d85e7c2de71060bd2be4816d12d2a8a4da Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 23 Jan 2024 11:37:37 +0000 Subject: [PATCH] programs: mpv: sandbox with bwrap instead of firejail --- hosts/common/programs/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/mpv.nix b/hosts/common/programs/mpv.nix index 7c8cf3d2..48336eed 100644 --- a/hosts/common/programs/mpv.nix +++ b/hosts/common/programs/mpv.nix @@ -62,7 +62,7 @@ in ''; }); - sandbox.method = null; + sandbox.method = "bwrap"; # sandbox.method = "firejail"; #< fails on moby persist.byStore.plaintext = [ ".local/state/mpv/watch_later" ];