From 7c533c9aa5aa9d36d51c512bb175059353eae113 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Tue, 9 Oct 2018 06:10:43 -0500 Subject: Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file. --- etc/strings.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/strings.profile') diff --git a/etc/strings.profile b/etc/strings.profile index ae2fbf18f..3791486c5 100644 --- a/etc/strings.profile +++ b/etc/strings.profile @@ -2,10 +2,10 @@ # This file is overwritten after every install/update quiet # Persistent local customizations -include /etc/firejail/strings.local +include strings.local # Persistent global definitions # added by included default.profile -#include /etc/firejail/globals.local +#include globals.local blacklist /tmp/.X11-unix @@ -30,4 +30,4 @@ memory-deny-write-execute noexec ${HOME} noexec /tmp -include /etc/firejail/default.profile +include default.profile -- cgit v1.2.3-54-g00ecf