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