From 43b6df2701c5612c609aa472935ed7f616087535 Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Sun, 24 Nov 2019 23:01:00 +0100 Subject: apparmor: allow access to pcscd socket (smartcards) --- etc/firejail-default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/firejail-default b/etc/firejail-default index a012f5440..66be8ba9c 100644 --- a/etc/firejail-default +++ b/etc/firejail-default @@ -57,6 +57,9 @@ owner /{,var/}run/media/** w, # Allow access to cups printing socket. /{,var/}run/cups/cups.sock w, +# Allow access to pcscd socket (smartcards) +/run/pcscd/pcscd.comm w, + # Needed for firefox sandbox /proc/@{PID}/{uid_map,gid_map,setgroups} w, -- cgit v1.2.3-54-g00ecf