aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2017-12-10 17:51:16 +0100
committerLibravatar GitHub <noreply@github.com>2017-12-10 17:51:16 +0100
commit26bc3cad804385e6d1f12bb20adea7af3468189a (patch)
tree741269d2407062edadc86f4c8767e21c121b009f
parentnew fix for #1670 (diff)
downloadfirejail-26bc3cad804385e6d1f12bb20adea7af3468189a.tar.gz
firejail-26bc3cad804385e6d1f12bb20adea7af3468189a.tar.zst
firejail-26bc3cad804385e6d1f12bb20adea7af3468189a.zip
fix trash blacklist in caja profile
-rw-r--r--etc/caja.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/caja.profile b/etc/caja.profile
index c3d5fa7c4..26190ad48 100644
--- a/etc/caja.profile
+++ b/etc/caja.profile
@@ -8,8 +8,8 @@ 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
11noblacklist ${HOME}/.local/share/Trash
11# noblacklist ${HOME}/.config/caja - disable-programs.inc is disabled, see below 12# noblacklist ${HOME}/.config/caja - disable-programs.inc is disabled, see below
12# noblacklist ${HOME}/.local/share/Trash
13# noblacklist ${HOME}/.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