aboutsummaryrefslogtreecommitdiffstats
path: root/etc/caja.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/caja.profile')
-rw-r--r--etc/caja.profile9
1 files changed, 4 insertions, 5 deletions
diff --git a/etc/caja.profile b/etc/caja.profile
index adbcc09b9..1350b63dd 100644
--- a/etc/caja.profile
+++ b/etc/caja.profile
@@ -5,6 +5,9 @@ include /etc/firejail/caja.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
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.
10
8noblacklist ~/.config/caja 11noblacklist ~/.config/caja
9noblacklist ~/.local/share/Trash 12noblacklist ~/.local/share/Trash
10noblacklist ~/.local/share/caja-python 13noblacklist ~/.local/share/caja-python
@@ -24,12 +27,8 @@ seccomp
24shell none 27shell none
25tracelog 28tracelog
26 29
30# caja needs to be able to start arbitrary applications so we cannot blacklist their files
27# private-bin caja 31# private-bin caja
28# private-dev 32# private-dev
29# private-etc fonts 33# private-etc fonts
30# private-tmp 34# private-tmp
31
32# CLOBBERED COMMENTS
33# Caja is started by systemd on most systems. Therefore it is not firejailed by default. Since there
34# caja needs to be able to start arbitrary applications so we cannot blacklist their files
35# is already a caja process running on MATE desktops firejail will have no effect.