From 8b8bbcd59b32d9910e65d76b36b15d4772a1b66f Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 11 Sep 2024 02:17:46 +0000 Subject: [PATCH] clightning-sane: 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 81d9e5bba..b21bf3fcb 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -454,7 +454,7 @@ in clang-tools.sandbox.method = "bwrap"; clang-tools.sandbox.whitelistPwd = true; - clightning-sane.sandbox.method = "bwrap"; + clightning-sane.sandbox.method = "bunpen"; clightning-sane.sandbox.extraPaths = [ "/var/lib/clightning/bitcoin/lightning-rpc" ];