programs: util-linux: disable sandbox

This commit is contained in:
Colin 2024-02-16 07:37:59 +00:00
parent c56a6a8c24
commit 2a5bc6f612

View File

@ -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";