aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-06 19:56:24 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-06 19:57:23 -0300
commit91b04172b173648601bbaf716b13b4137f9abca5 (patch)
tree7961acfd0f89588247a28f37e5e0e5c68493c94a
parentmoving to 0.9.69 (diff)
downloadfirejail-91b04172b173648601bbaf716b13b4137f9abca5.tar.gz
firejail-91b04172b173648601bbaf716b13b4137f9abca5.tar.zst
firejail-91b04172b173648601bbaf716b13b4137f9abca5.zip
keepass*: fix typo in private-dev note
s/nou2f/private-dev/ This amends commit 8a718ff4a ("keepass*: note that private-dev blocks access to new hardware keys", 2022-02-05).
-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, 6 insertions, 6 deletions
diff --git a/etc/profile-a-l/keepass.profile b/etc/profile-a-l/keepass.profile
index bc7878ac9..8aa21308d 100644
--- a/etc/profile-a-l/keepass.profile
+++ b/etc/profile-a-l/keepass.profile
@@ -39,8 +39,8 @@ shell none
39 39
40private-cache 40private-cache
41# Note: private-dev prevents the program from seeing new devices (such as 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 42# hardware keys) on /dev after it has already started; add "ignore private-dev"
43# keepassxc.local if this is an issue (see #4883). 43# to keepassxc.local if this is an issue (see #4883).
44private-dev 44private-dev
45private-tmp 45private-tmp
46 46
diff --git a/etc/profile-a-l/keepassx.profile b/etc/profile-a-l/keepassx.profile
index 8c5e6168e..4fec072df 100644
--- a/etc/profile-a-l/keepassx.profile
+++ b/etc/profile-a-l/keepassx.profile
@@ -40,8 +40,8 @@ tracelog
40 40
41private-bin keepassx,keepassx2 41private-bin keepassx,keepassx2
42# Note: private-dev prevents the program from seeing new devices (such as 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 43# hardware keys) on /dev after it has already started; add "ignore private-dev"
44# keepassxc.local if this is an issue (see #4883). 44# to keepassxc.local if this is an issue (see #4883).
45private-dev 45private-dev
46private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 46private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
47private-tmp 47private-tmp
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 8f57cb706..a65c35804 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -87,8 +87,8 @@ tracelog
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 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 90# hardware keys) on /dev after it has already started; add "ignore private-dev"
91# keepassxc.local if this is an issue (see #4883). 91# to keepassxc.local if this is an issue (see #4883).
92private-dev 92private-dev
93private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id 93private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
94private-tmp 94private-tmp