endless-sky: sandbox with bunpen (only minimally tested)
This commit is contained in:
@@ -534,10 +534,11 @@ in
|
|||||||
|
|
||||||
endless-sky.buildCost = 1;
|
endless-sky.buildCost = 1;
|
||||||
endless-sky.persist.byStore.plaintext = [ ".local/share/endless-sky" ];
|
endless-sky.persist.byStore.plaintext = [ ".local/share/endless-sky" ];
|
||||||
endless-sky.sandbox.method = "bwrap";
|
endless-sky.sandbox.method = "bunpen";
|
||||||
endless-sky.sandbox.whitelistAudio = true;
|
endless-sky.sandbox.whitelistAudio = true;
|
||||||
endless-sky.sandbox.whitelistDri = true;
|
endless-sky.sandbox.whitelistDri = true;
|
||||||
endless-sky.sandbox.whitelistWayland = true;
|
endless-sky.sandbox.whitelistWayland = true;
|
||||||
|
endless-sky.sandbox.whitelistX = true;
|
||||||
|
|
||||||
# `emote` will show a first-run dialog based on what's in this directory.
|
# `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.
|
# mostly, it just keeps a LRU of previously-used emotes to optimize display order.
|
||||||
|
Reference in New Issue
Block a user