Flatpak: Enable smart card support in the Flatpak manifests

This requires Flatpak >= 1.3.2.
This commit is contained in:
Milan Crha
2021-02-09 09:29:54 +01:00
parent 752106a632
commit e2a6ef82ae
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--socket=pcsc",
"--filesystem=~/.gnupg:rw",
"--filesystem=xdg-config/gnupg:rw",
"--filesystem=/run/.heim_org.h5l.kcm-socket",

View File

@ -26,6 +26,7 @@
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--socket=pcsc",
"--device=dri",
"--filesystem=~/.gnupg:rw",
"--filesystem=xdg-config/gnupg:rw",