summaryrefslogtreecommitdiffstats
path: root/etc/caja.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-05 17:32:30 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:26:34 -0400
commit00ea93e518be02e1bd759da4746a5f3e973f1dd2 (patch)
tree7845946f38cb619ff5611d8f8734a78da5000f87 /etc/caja.profile
parentUnify all profiles (diff)
downloadfirejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.tar.gz
firejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.tar.zst
firejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.zip
Fix comments in 88 profiles
There may actually be some other comments that were removed, but the bulk have been restored
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.