aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-11-24 23:01:00 +0100
committerLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-11-24 23:01:00 +0100
commit43b6df2701c5612c609aa472935ed7f616087535 (patch)
tree87f6eb3b5e5a19c7fe27c36492d0826501ec0297
parentAdd new profile: unf (#3060) (diff)
downloadfirejail-43b6df2701c5612c609aa472935ed7f616087535.tar.gz
firejail-43b6df2701c5612c609aa472935ed7f616087535.tar.zst
firejail-43b6df2701c5612c609aa472935ed7f616087535.zip
apparmor: allow access to pcscd socket (smartcards)
-rw-r--r--etc/firejail-default3
1 files changed, 3 insertions, 0 deletions
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,
57# Allow access to cups printing socket. 57# Allow access to cups printing socket.
58/{,var/}run/cups/cups.sock w, 58/{,var/}run/cups/cups.sock w,
59 59
60# Allow access to pcscd socket (smartcards)
61/run/pcscd/pcscd.comm w,
62
60# Needed for firefox sandbox 63# Needed for firefox sandbox
61/proc/@{PID}/{uid_map,gid_map,setgroups} w, 64/proc/@{PID}/{uid_map,gid_map,setgroups} w,
62 65