summaryrefslogtreecommitdiff
path: root/doc/flatpak-build-finish.xml
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2019-03-24 13:06:30 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2019-04-12 06:37:44 +0000
commit8ce289b4c31fe3582613cc3b07239721af725be5 (patch)
tree941fac4ac58cf57c68cd6c4eb93600831491c013 /doc/flatpak-build-finish.xml
parent7fdd677b93b3ed2bd756d01d01cc87f4cfe5f80d (diff)
downloadflatpak-8ce289b4c31fe3582613cc3b07239721af725be5.tar.gz
Add support for PCSC socket
Closes: #2778 Approved by: alexlarsson
Diffstat (limited to 'doc/flatpak-build-finish.xml')
-rw-r--r--doc/flatpak-build-finish.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/flatpak-build-finish.xml b/doc/flatpak-build-finish.xml
index 07543350..0c553ae7 100644
--- a/doc/flatpak-build-finish.xml
+++ b/doc/flatpak-build-finish.xml
@@ -133,7 +133,8 @@
<listitem><para>
Expose a well-known socket to the application. This updates
the [Context] group in the metadata.
- SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus, ssh-auth.
+ SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus,
+ ssh-auth, pcsc.
This option can be used multiple times.
</para><para>
The fallback-x11 option makes the X11 socket available only if
@@ -149,7 +150,8 @@
<listitem><para>
Don't expose a well known socket to the application. This updates
the [Context] group in the metadata.
- SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus, ssh-auth.
+ SOCKET must be one of: x11, wayland, fallback-x11, pulseaudio, system-bus, session-bus,
+ ssh-auth, pcsc.
This option can be used multiple times.
</para></listitem>
</varlistentry>