From 769fdcee89e89196c476e16a75b4f7206f254547 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 04:26:06 +0000 Subject: [PATCH] tree: 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 65a2bda8d..48db6d16e 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -1208,7 +1208,7 @@ in tokodon.buildCost = 1; tokodon.persist.byStore.private = [ ".cache/KDE/tokodon" ]; - tree.sandbox.method = "landlock"; + tree.sandbox.method = "bunpen"; tree.sandbox.autodetectCliPaths = "existing"; tree.sandbox.whitelistPwd = true;