aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-06 07:25:12 -0500
committerLibravatar GitHub <noreply@github.com>2022-02-06 07:25:12 -0500
commitb4730248f6761f13044f309ad66267a540c9e555 (patch)
tree14a872b51d7294eefd89f6909185e3182e1e5f93
parentRELNOTES: add new command checklist and issue template rework (diff)
parentkeepass*: note that private-dev blocks access to new hardware keys (diff)
downloadfirejail-b4730248f6761f13044f309ad66267a540c9e555.tar.gz
firejail-b4730248f6761f13044f309ad66267a540c9e555.tar.zst
firejail-b4730248f6761f13044f309ad66267a540c9e555.zip
Merge pull request #4903 from kmk3/keepass-rm-nou2f
keepass*: remove nou2f & add note about private-dev
-rw-r--r--etc/profile-a-l/keepass.profile4
-rw-r--r--etc/profile-a-l/keepassx.profile4
-rw-r--r--etc/profile-a-l/keepassxc.profile4
3 files changed, 9 insertions, 3 deletions
diff --git a/etc/profile-a-l/keepass.profile b/etc/profile-a-l/keepass.profile
index f26c10be3..bc7878ac9 100644
--- a/etc/profile-a-l/keepass.profile
+++ b/etc/profile-a-l/keepass.profile
@@ -32,13 +32,15 @@ nonewprivs
32noroot 32noroot
33nosound 33nosound
34notv 34notv
35nou2f
36novideo 35novideo
37protocol unix,inet,inet6,netlink 36protocol unix,inet,inet6,netlink
38seccomp 37seccomp
39shell none 38shell none
40 39
41private-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).
42private-dev 44private-dev
43private-tmp 45private-tmp
44 46
diff --git a/etc/profile-a-l/keepassx.profile b/etc/profile-a-l/keepassx.profile
index 5e2d6d8df..8c5e6168e 100644
--- a/etc/profile-a-l/keepassx.profile
+++ b/etc/profile-a-l/keepassx.profile
@@ -32,7 +32,6 @@ nonewprivs
32noroot 32noroot
33nosound 33nosound
34notv 34notv
35nou2f
36novideo 35novideo
37protocol unix 36protocol unix
38seccomp 37seccomp
@@ -40,6 +39,9 @@ shell none
40tracelog 39tracelog
41 40
42private-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).
43private-dev 45private-dev
44private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 46private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
45private-tmp 47private-tmp
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 45a707071..8f57cb706 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -78,7 +78,6 @@ nonewprivs
78noroot 78noroot
79nosound 79nosound
80notv 80notv
81nou2f
82novideo 81novideo
83protocol unix 82protocol unix
84seccomp !name_to_handle_at 83seccomp !name_to_handle_at
@@ -87,6 +86,9 @@ shell none
87tracelog 86tracelog
88 87
89private-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).
90private-dev 92private-dev
91private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 93private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
92private-tmp 94private-tmp