summaryrefslogtreecommitdiffstats
path: root/etc/nautilus.profile
diff options
context:
space:
mode:
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