programs: space-cadet-pinball: sandbox w/ bwrap

This commit is contained in:
Colin 2024-02-16 03:58:09 +00:00
parent 36bcecfd68
commit b840a0d61c

View File

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