aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 21:43:17 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 21:47:58 -0300
commit8a718ff4a7ca8f111c6d2a65823fc9c667550b88 (patch)
tree9a44840c9905d82cb2a6a734bf371f9e2e552c0d /etc
parentkeepass*: remove nou2f (diff)
downloadfirejail-8a718ff4a7ca8f111c6d2a65823fc9c667550b88.tar.gz
firejail-8a718ff4a7ca8f111c6d2a65823fc9c667550b88.tar.zst
firejail-8a718ff4a7ca8f111c6d2a65823fc9c667550b88.zip
keepass*: note that private-dev blocks access to new hardware keys
Which may be surprising to some users (see #4883). Fixes #4883.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/keepass.profile3
-rw-r--r--etc/profile-a-l/keepassx.profile3
-rw-r--r--etc/profile-a-l/keepassxc.profile3
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/profile-a-l/keepass.profile b/etc/profile-a-l/keepass.profile
index dae3b03f0..bc7878ac9 100644
--- a/etc/profile-a-l/keepass.profile
+++ b/etc/profile-a-l/keepass.profile
@@ -38,6 +38,9 @@ seccomp
38shell none 38shell none
39 39
40private-cache 40private-cache
41# Note: private-dev prevents the program from seeing new devices (such as
42# hardware keys) on /dev after it has already started; add "ignore nou2f" to
43# keepassxc.local if this is an issue (see #4883).
41private-dev 44private-dev
42private-tmp 45private-tmp
43 46
diff --git a/etc/profile-a-l/keepassx.profile b/etc/profile-a-l/keepassx.profile
index 549fd9d81..8c5e6168e 100644
--- a/etc/profile-a-l/keepassx.profile
+++ b/etc/profile-a-l/keepassx.profile
@@ -39,6 +39,9 @@ shell none
39tracelog 39tracelog
40 40
41private-bin keepassx,keepassx2 41private-bin keepassx,keepassx2
42# Note: private-dev prevents the program from seeing new devices (such as
43# hardware keys) on /dev after it has already started; add "ignore nou2f" to
44# keepassxc.local if this is an issue (see #4883).
42private-dev 45private-dev
43private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 46private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
44private-tmp 47private-tmp
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 2d8cc35cb..8f57cb706 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -86,6 +86,9 @@ shell none
86tracelog 86tracelog
87 87
88private-bin keepassxc,keepassxc-cli,keepassxc-proxy 88private-bin keepassxc,keepassxc-cli,keepassxc-proxy
89# Note: private-dev prevents the program from seeing new devices (such as
90# hardware keys) on /dev after it has already started; add "ignore nou2f" to
91# keepassxc.local if this is an issue (see #4883).
89private-dev 92private-dev
90private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 93private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
91private-tmp 94private-tmp