smartmontools: sandbox with bunpen

This commit is contained in:
2024-09-07 20:00:22 +00:00
parent 5742101191
commit 83efe3f552

View File

@@ -1083,7 +1083,7 @@ in
slurp.sandbox.whitelistWayland = true;
# use like `sudo smartctl /dev/sda -a`
smartmontools.sandbox.method = "landlock";
smartmontools.sandbox.method = "bunpen";
smartmontools.sandbox.wrapperType = "inplace"; # ships a script in /etc that calls into its bin
smartmontools.sandbox.autodetectCliPaths = "existing";
smartmontools.sandbox.capabilities = [ "sys_rawio" ];