summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSonny Piers <sonny@fastmail.net>2022-05-29 14:13:28 +0200
committerSonny Piers <sonny@fastmail.net>2022-05-29 14:13:28 +0200
commit530e27022404bf9ad94baacc017fcd5a248728d1 (patch)
tree281b65a2c794d1697e6eb0c778367c0d1aab8ee3 /build
parentd103072e42e4b4952877dbee75c3b5ab909ce732 (diff)
downloadgjs-530e27022404bf9ad94baacc017fcd5a248728d1.tar.gz
Widen org.gnome.GjsConsole permissions
Diffstat (limited to 'build')
-rw-r--r--build/flatpak/org.gnome.GjsConsole.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/build/flatpak/org.gnome.GjsConsole.json b/build/flatpak/org.gnome.GjsConsole.json
index 5873cfc0..35f24d00 100644
--- a/build/flatpak/org.gnome.GjsConsole.json
+++ b/build/flatpak/org.gnome.GjsConsole.json
@@ -11,10 +11,16 @@
"sdk": "org.gnome.Sdk",
"command": "gjs-console",
"finish-args": [
- "--socket=x11",
+ "--share=ipc",
+ "--socket=fallback-x11",
"--socket=wayland",
+ "--device=dri",
"--share=network",
- "--filesystem=host"
+ "--filesystem=host",
+ "--filesystem=home",
+ "--socket=session-bus",
+ "--socket=system-bus",
+ "--socket=pulseaudio"
],
"modules": [
{