aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/gnote.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-04 18:57:12 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-04 19:04:03 +0200
commit263e3fe7234853cd01070b15d0a11d6b0e9b2f21 (patch)
tree0f14f80fdb226ba8b10337033da6f7090775887b /etc/profile-a-l/gnote.profile
parentUpdate RELNOTES (diff)
downloadfirejail-263e3fe7234853cd01070b15d0a11d6b0e9b2f21.tar.gz
firejail-263e3fe7234853cd01070b15d0a11d6b0e9b2f21.tar.zst
firejail-263e3fe7234853cd01070b15d0a11d6b0e9b2f21.zip
Profile fixes
- disable-programs.inc: blacklist ${HOME}/.local/state/pipewire If you did not yet noticed, on 08th May 2021 the XDG Base Directory Specification 0.8 was resleased (the first update since 2010). New are $XDG_STATE_HOME and $HOME/.local/bin. - keepassxc: mkdirs are necessary - gnote: harden - pngquant: harden
Diffstat (limited to 'etc/profile-a-l/gnote.profile')
-rw-r--r--etc/profile-a-l/gnote.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/gnote.profile b/etc/profile-a-l/gnote.profile
index b419a6231..2d4ce2437 100644
--- a/etc/profile-a-l/gnote.profile
+++ b/etc/profile-a-l/gnote.profile
@@ -21,6 +21,7 @@ mkdir ${HOME}/.config/gnote
21mkdir ${HOME}/.local/share/gnote 21mkdir ${HOME}/.local/share/gnote
22whitelist ${HOME}/.config/gnote 22whitelist ${HOME}/.config/gnote
23whitelist ${HOME}/.local/share/gnote 23whitelist ${HOME}/.local/share/gnote
24whitelist /usr/libexec/webkit2gtk-4.0
24whitelist /usr/share/gnote 25whitelist /usr/share/gnote
25include whitelist-common.inc 26include whitelist-common.inc
26include whitelist-runuser-common.inc 27include whitelist-runuser-common.inc