aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/marker.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-02-27 09:06:02 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-01 12:10:49 +0100
commitf09bb2af9af7f3fec9346bd138c79f1cdd12eab5 (patch)
treee915a47ce9bc6e049cb1139ed83446ef0515f7d1 /etc/profile-m-z/marker.profile
parentcompile time: enable LTS (diff)
downloadfirejail-f09bb2af9af7f3fec9346bd138c79f1cdd12eab5.tar.gz
firejail-f09bb2af9af7f3fec9346bd138c79f1cdd12eab5.tar.zst
firejail-f09bb2af9af7f3fec9346bd138c79f1cdd12eab5.zip
fixes
- RELNOTS: protocol now accumulates - fix #3978 -- Android Studio: cannot create the directory Unresolved: > google-earth.profile has a 'noblacklist ${HOME}/.config/Google' too, > so we should consider to add additional blacklists for ~/.config/Google/*. - marker.profile: allow ${DOCUMENTS} - profile.template: add bluetooth protocol - profile.template: add DBus portal note - firejail-profile.txt: revert 17fe4b9e -- fix private=directory in man firejail-profile see https://github.com/netblue30/firejail/pull/3970#discussion_r574411745
Diffstat (limited to 'etc/profile-m-z/marker.profile')
-rw-r--r--etc/profile-m-z/marker.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-m-z/marker.profile b/etc/profile-m-z/marker.profile
index 55865fe72..029d0183d 100644
--- a/etc/profile-m-z/marker.profile
+++ b/etc/profile-m-z/marker.profile
@@ -12,6 +12,7 @@ include globals.local
12#private-etc ca-certificates,ssl,pki,crypto-policies,nsswitch.conf,resolv.conf 12#private-etc ca-certificates,ssl,pki,crypto-policies,nsswitch.conf,resolv.conf
13 13
14noblacklist ${HOME}/.cache/marker 14noblacklist ${HOME}/.cache/marker
15noblacklist ${DOCUMENTS}
15 16
16include disable-common.inc 17include disable-common.inc
17include disable-devel.inc 18include disable-devel.inc