From 2a5bc6f6122cb28be1dd02cdfcfcb18a332f5d1e Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 16 Feb 2024 07:37:59 +0000 Subject: [PATCH] programs: util-linux: disable sandbox --- hosts/common/programs/assorted.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 14a74921..9c25c50f 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -641,6 +641,8 @@ in tumiki-fighters.sandbox.whitelistWayland = true; tumiki-fighters.sandbox.whitelistX = true; + util-linux.sandbox.enable = false; #< TODO: possible to sandbox if i specific a different profile for each of its ~50 binaries + unzip.sandbox.method = "bwrap"; unzip.sandbox.wrapperType = "wrappedDerivation"; unzip.sandbox.autodetectCliPaths = "existingFileOrParent";