programs: endless-sky: sandbox with bwrap

This commit is contained in:
Colin 2024-02-16 04:00:27 +00:00
parent b840a0d61c
commit 824dd7c1f5

View File

@ -267,6 +267,11 @@ in
dtc.sandbox.autodetectCliPaths = true; # TODO:sandbox: untested
endless-sky.persist.byStore.plaintext = [ ".local/share/endless-sky" ];
endless-sky.sandbox.method = "bwrap";
endless-sky.sandbox.wrapperType = "wrappedDerivation";
endless-sky.sandbox.whitelistAudio = true;
endless-sky.sandbox.whitelistDri = true;
endless-sky.sandbox.whitelistWayland = true;
# `emote` will show a first-run dialog based on what's in this directory.
# mostly, it just keeps a LRU of previously-used emotes to optimize display order.