aboutsummaryrefslogtreecommitdiffstats
path: root/etc/7z.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/7z.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/7z.profile')
-rw-r--r--etc/7z.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/7z.profile b/etc/7z.profile
index e3f27b93f..909f3baf8 100644
--- a/etc/7z.profile
+++ b/etc/7z.profile
@@ -2,10 +2,10 @@
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3quiet 3quiet
4# Persistent local customizations 4# Persistent local customizations
5include /etc/firejail/7z.local 5include 7z.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included default.profile 7# added by included default.profile
8#include /etc/firejail/globals.local 8#include globals.local
9 9
10blacklist /tmp/.X11-unix 10blacklist /tmp/.X11-unix
11 11
@@ -22,4 +22,4 @@ tracelog
22 22
23private-dev 23private-dev
24 24
25include /etc/firejail/default.profile 25include default.profile