summaryrefslogtreecommitdiffstats
path: root/etc/caja.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:29:11 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:32:32 -0600
commiteb4b505ac2537c320c044cf5fad595ecef41bbca (patch)
tree6216a34146aed50fdf700191914b287795d83adc /etc/caja.profile
parentFix #1651 - dropbox failed to start (diff)
downloadfirejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.gz
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.zst
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.zip
Consistent home directory nomenclature
Diffstat (limited to 'etc/caja.profile')
-rw-r--r--etc/caja.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/caja.profile b/etc/caja.profile
index 83b6befa3..c3d5fa7c4 100644
--- a/etc/caja.profile
+++ b/etc/caja.profile
@@ -8,9 +8,9 @@ include /etc/firejail/globals.local
8# Caja is started by systemd on most systems. Therefore it is not firejailed by default. Since there 8# Caja is started by systemd on most systems. Therefore it is not firejailed by default. Since there
9# is already a caja process running on MATE desktops firejail will have no effect. 9# is already a caja process running on MATE desktops firejail will have no effect.
10 10
11# noblacklist ~/.config/caja - disable-programs.inc is disabled, see below 11# noblacklist ${HOME}/.config/caja - disable-programs.inc is disabled, see below
12# noblacklist ~/.local/share/Trash 12# noblacklist ${HOME}/.local/share/Trash
13# noblacklist ~/.local/share/caja-python 13# noblacklist ${HOME}/.local/share/caja-python
14 14
15include /etc/firejail/disable-common.inc 15include /etc/firejail/disable-common.inc
16include /etc/firejail/disable-devel.inc 16include /etc/firejail/disable-devel.inc