programs: sox: sandbox

This commit is contained in:
2024-02-17 15:27:22 +00:00
parent 6749b64bca
commit df1db5d01c

View File

@@ -792,6 +792,11 @@ in
]; ];
soundconverter.sandbox.autodetectCliPaths = "existingFileOrParent"; soundconverter.sandbox.autodetectCliPaths = "existingFileOrParent";
sox.sandbox.method = "bwrap";
sox.sandbox.wrapperType = "wrappedDerivation";
sox.sandbox.autodetectCliPaths = "existingFileOrParent";
sox.sandbox.whitelistAudio = true;
space-cadet-pinball.persist.byStore.plaintext = [ ".local/share/SpaceCadetPinball" ]; space-cadet-pinball.persist.byStore.plaintext = [ ".local/share/SpaceCadetPinball" ];
space-cadet-pinball.sandbox.method = "bwrap"; space-cadet-pinball.sandbox.method = "bwrap";
space-cadet-pinball.sandbox.wrapperType = "wrappedDerivation"; space-cadet-pinball.sandbox.wrapperType = "wrappedDerivation";