summaryrefslogtreecommitdiff
path: root/doc/flatpak-run.xml
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-02-14 09:19:21 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-14 09:19:56 +0000
commitf33fac310c913c279d59e1a7a6228643097feddc (patch)
tree51d2305d309587c82ad209d351ff40960f0af01b /doc/flatpak-run.xml
parent44833bcc98c40db7c3b82ab74e821fe202b5ef2d (diff)
downloadflatpak-f33fac310c913c279d59e1a7a6228643097feddc.tar.gz
Add fallback-x11 socket permission
This means use x11 if no alternative is present, and should be used for applications that support both X11 and wayland, but want to be sandboxed when running under a wayland compositor (but still want to run under an X server). Closes: #1416 Approved by: alexlarsson
Diffstat (limited to 'doc/flatpak-run.xml')
-rw-r--r--doc/flatpak-run.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml
index 0294a150..4de12bb3 100644
--- a/doc/flatpak-run.xml
+++ b/doc/flatpak-run.xml
@@ -181,7 +181,7 @@
<listitem><para>
Expose a well known socket to the application. This overrides to
the Context section from the application metadata.
- SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus.
+ SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus.
This option can be used multiple times.
</para></listitem>
</varlistentry>
@@ -192,7 +192,7 @@
<listitem><para>
Don't expose a well known socket to the application. This overrides to
the Context section from the application metadata.
- SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus.
+ SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus.
This option can be used multiple times.
</para></listitem>
</varlistentry>