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/abrowser.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/abrowser.profile') diff --git a/etc/abrowser.profile b/etc/abrowser.profile index d757d6f49..010247c6b 100644 --- a/etc/abrowser.profile +++ b/etc/abrowser.profile @@ -1,9 +1,9 @@ # Firejail profile for abrowser # This file is overwritten after every install/update # Persistent local customizations -include /etc/firejail/abrowser.local +include abrowser.local # Persistent global definitions -include /etc/firejail/globals.local +include globals.local noblacklist ${HOME}/.cache/mozilla noblacklist ${HOME}/.mozilla @@ -18,4 +18,4 @@ whitelist ${HOME}/.mozilla # Redirect -include /etc/firejail/firefox-common.profile +include firefox-common.profile -- cgit v1.2.3-54-g00ecf