From 2e38f49773ccf30892cd719e71076a39e2aad71c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 17:08:25 +0000 Subject: [PATCH] rsync: 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 474587c13..aa6f3392b 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -1049,7 +1049,7 @@ in qemu.sandbox.enable = false; #< it's a launcher qemu.buildCost = 2; - rsync.sandbox.method = "bwrap"; + rsync.sandbox.method = "bunpen"; rsync.sandbox.net = "clearnet"; rsync.sandbox.autodetectCliPaths = "existingOrParent";