From a17369cebe026b548adaa715d7ea9afdab81bf99 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 02:55:34 +0000 Subject: [PATCH] sed: sandbox with bunpen --- hosts/common/programs/assorted.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index c34318a2d..80483b9ab 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -733,7 +733,7 @@ in ".persist/plaintext" ]; - gnused.sandbox.method = "bwrap"; + gnused.sandbox.method = "bunpen"; gnused.sandbox.autodetectCliPaths = "existingFile"; gnused.sandbox.whitelistPwd = true; #< `-i` flag creates a temporary file in pwd (?) and then moves it.