aboutsummaryrefslogtreecommitdiffstats
path: root/etc/nautilus.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/nautilus.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/nautilus.profile')
-rw-r--r--etc/nautilus.profile27
1 files changed, 13 insertions, 14 deletions
diff --git a/etc/nautilus.profile b/etc/nautilus.profile
index 4f2f50d9f..350e7f9b6 100644
--- a/etc/nautilus.profile
+++ b/etc/nautilus.profile
@@ -1,25 +1,19 @@
1# Persistent global definitions go here 1# Firejail profile for nautilus
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/nautilus.local 4include /etc/firejail/nautilus.local
7 5# Persistent global definitions
8# nautilus profile 6include /etc/firejail/globals.local
9
10# Nautilus is started by systemd on most systems. Therefore it is not firejailed by default. Since there
11# is already a nautilus process running on gnome desktops firejail will have no effect.
12 7
13noblacklist ~/.config/nautilus 8noblacklist ~/.config/nautilus
9noblacklist ~/.local/share/Trash
14noblacklist ~/.local/share/nautilus 10noblacklist ~/.local/share/nautilus
15noblacklist ~/.local/share/nautilus-python 11noblacklist ~/.local/share/nautilus-python
16noblacklist ~/.local/share/Trash
17 12
18include /etc/firejail/disable-common.inc 13include /etc/firejail/disable-common.inc
19# nautilus needs to be able to start arbitrary applications so we cannot blacklist their files
20#include /etc/firejail/disable-programs.inc
21include /etc/firejail/disable-devel.inc 14include /etc/firejail/disable-devel.inc
22include /etc/firejail/disable-passwdmgr.inc 15include /etc/firejail/disable-passwdmgr.inc
16# include /etc/firejail/disable-programs.inc
23 17
24caps.drop all 18caps.drop all
25netfilter 19netfilter
@@ -32,6 +26,11 @@ shell none
32tracelog 26tracelog
33 27
34# private-bin nautilus 28# private-bin nautilus
35# private-tmp
36# private-dev 29# private-dev
37# private-etc fonts 30# private-etc fonts
31# 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