summaryrefslogtreecommitdiffstats
path: root/etc/default.profile
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-09 06:10:43 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-17 00:43:54 -0500
commit7c533c9aa5aa9d36d51c512bb175059353eae113 (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/default.profile
parentUpdate profile manpage to detail added "include" functionality. (diff)
downloadfirejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.gz
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.zst
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.zip
Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file.
Diffstat (limited to 'etc/default.profile')
-rw-r--r--etc/default.profile16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/default.profile b/etc/default.profile
index f8e54c8d3..27feb7dd1 100644
--- a/etc/default.profile
+++ b/etc/default.profile
@@ -1,19 +1,19 @@
1# Firejail profile for default 1# Firejail profile for default
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3# Persistent local customizations 3# Persistent local customizations
4include /etc/firejail/default.local 4include default.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include globals.local
7 7
8# generic gui profile 8# generic gui profile
9# depending on your usage, you can enable some of the commands below: 9# depending on your usage, you can enable some of the commands below:
10 10
11include /etc/firejail/disable-common.inc 11include disable-common.inc
12# include /etc/firejail/disable-devel.inc 12# include disable-devel.inc
13# include /etc/firejail/disable-interpreters.inc 13# include disable-interpreters.inc
14include /etc/firejail/disable-passwdmgr.inc 14include disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc 15include disable-programs.inc
16#include /etc/firejail/disable-xdg.inc 16#include disable-xdg.inc
17 17
18caps.drop all 18caps.drop all
19# ipc-namespace 19# ipc-namespace