programs: sane-tag-music: sandbox

This commit is contained in:
Colin 2024-02-20 19:26:18 +00:00
parent 284b698015
commit ca4d1e3b9d

View File

@ -152,6 +152,12 @@ in
# if `tee` isn't trustworthy we have bigger problems
"sane-scripts.sudo-redirect".sandbox.enable = false;
"sane-scripts.tag-music".sandbox = {
method = "bwrap";
wrapperType = "wrappedDerivation";
autodetectCliPaths = "existing";
};
"sane-scripts.which".sandbox = {
method = "bwrap";
wrapperType = "wrappedDerivation";