aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-06-11 10:45:08 +0000
committerLibravatar GitHub <noreply@github.com>2024-06-11 10:45:08 +0000
commit4a91052a1f19bf4d2c2a56e8d30f054e92c404ef (patch)
tree0752932be15ee6a4b0399e1d2e89631d31a41da1
parentRELNOTES: add many items (diff)
downloadfirejail-4a91052a1f19bf4d2c2a56e8d30f054e92c404ef.tar.gz
firejail-4a91052a1f19bf4d2c2a56e8d30f054e92c404ef.tar.zst
firejail-4a91052a1f19bf4d2c2a56e8d30f054e92c404ef.zip
profiles: hashcat: support newer configuration paths (#6376)
Relates to #6364.
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/hashcat.profile2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index d2f8b8cfa..a856e81f4 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -140,6 +140,7 @@ blacklist ${HOME}/.cache/google-chrome-beta
140blacklist ${HOME}/.cache/google-chrome-unstable 140blacklist ${HOME}/.cache/google-chrome-unstable
141blacklist ${HOME}/.cache/gradio 141blacklist ${HOME}/.cache/gradio
142blacklist ${HOME}/.cache/gummi 142blacklist ${HOME}/.cache/gummi
143blacklist ${HOME}/.cache/hashcat
143blacklist ${HOME}/.cache/icedove 144blacklist ${HOME}/.cache/icedove
144blacklist ${HOME}/.cache/inkscape 145blacklist ${HOME}/.cache/inkscape
145blacklist ${HOME}/.cache/inox 146blacklist ${HOME}/.cache/inox
@@ -974,6 +975,7 @@ blacklist ${HOME}/.local/share/gnote
974blacklist ${HOME}/.local/share/godot 975blacklist ${HOME}/.local/share/godot
975blacklist ${HOME}/.local/share/gradio 976blacklist ${HOME}/.local/share/gradio
976blacklist ${HOME}/.local/share/gwenview 977blacklist ${HOME}/.local/share/gwenview
978blacklist ${HOME}/.local/share/hashcat
977blacklist ${HOME}/.local/share/i2p 979blacklist ${HOME}/.local/share/i2p
978blacklist ${HOME}/.local/share/io.github.lainsce.Notejot 980blacklist ${HOME}/.local/share/io.github.lainsce.Notejot
979blacklist ${HOME}/.local/share/jami 981blacklist ${HOME}/.local/share/jami
diff --git a/etc/profile-a-l/hashcat.profile b/etc/profile-a-l/hashcat.profile
index e5b0a06af..b4e0d53f3 100644
--- a/etc/profile-a-l/hashcat.profile
+++ b/etc/profile-a-l/hashcat.profile
@@ -9,7 +9,9 @@ include globals.local
9 9
10blacklist ${RUNUSER}/wayland-* 10blacklist ${RUNUSER}/wayland-*
11 11
12noblacklist ${HOME}/.cache/hashcat
12noblacklist ${HOME}/.hashcat 13noblacklist ${HOME}/.hashcat
14noblacklist ${HOME}/.local/share/hashcat
13noblacklist /usr/include 15noblacklist /usr/include
14noblacklist ${DOCUMENTS} 16noblacklist ${DOCUMENTS}
15 17