diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-26 00:11:31 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-26 00:12:11 +0200 |
commit | c2b4301f0ce5e0f4a08da3030d705ffa722077d2 (patch) | |
tree | 8e3379310c27d1000b37c53c9175f659a469b3b0 | |
parent | Merge branch 'TheMainOne/linux-master' into master (diff) | |
download | librewolf-linux-c2b4301f0ce5e0f4a08da3030d705ffa722077d2.tar.gz librewolf-linux-c2b4301f0ce5e0f4a08da3030d705ffa722077d2.tar.bz2 librewolf-linux-c2b4301f0ce5e0f4a08da3030d705ffa722077d2.zip |
add pcsc socket for smartcard access with flatpak
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index e16a4aa..4bd5bbd 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -24,6 +24,7 @@ "finish-args": [ "--share=ipc", "--socket=x11", + "--socket=pcsc", "--socket=pulseaudio", "--persist=.librewolf", "--persist=.mozilla", |