programs: sandbox fatresize

This commit is contained in:
Colin 2024-02-16 10:45:56 +00:00
parent c2bb97e7e6
commit 7cb8b144b2

View File

@ -337,6 +337,10 @@ in
eza.sandbox.autodetectCliPaths = true;
eza.sandbox.whitelistPwd = true;
fatresize.sandbox.method = "landlock";
fatresize.sandbox.wrapperType = "wrappedDerivation";
fatresize.sandbox.autodetectCliPaths = "parent"; # /dev/sda1 -> needs /dev/sda
fd.sandbox.method = "landlock";
fd.sandbox.wrapperType = "wrappedDerivation"; # slow to build
fd.sandbox.autodetectCliPaths = true;