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/ktorrent.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/ktorrent.profile') diff --git a/etc/ktorrent.profile b/etc/ktorrent.profile index 14ee3322c..344d1f932 100644 --- a/etc/ktorrent.profile +++ b/etc/ktorrent.profile @@ -2,9 +2,9 @@ # Description: BitTorrent client based on the KDE platform # This file is overwritten after every install/update # Persistent local customizations -include /etc/firejail/ktorrent.local +include ktorrent.local # Persistent global definitions -include /etc/firejail/globals.local +include globals.local noblacklist ${HOME}/.config/ktorrentrc noblacklist ${HOME}/.kde/share/apps/ktorrent @@ -13,11 +13,11 @@ noblacklist ${HOME}/.kde4/share/apps/ktorrent noblacklist ${HOME}/.kde4/share/config/ktorrentrc noblacklist ${HOME}/.local/share/ktorrent -include /etc/firejail/disable-common.inc -include /etc/firejail/disable-devel.inc -include /etc/firejail/disable-interpreters.inc -include /etc/firejail/disable-passwdmgr.inc -include /etc/firejail/disable-programs.inc +include disable-common.inc +include disable-devel.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc mkdir ${HOME}/.kde/share/apps/ktorrent mkdir ${HOME}/.kde4/share/apps/ktorrent @@ -32,8 +32,8 @@ whitelist ${HOME}/.kde/share/config/ktorrentrc whitelist ${HOME}/.kde4/share/apps/ktorrent whitelist ${HOME}/.kde4/share/config/ktorrentrc whitelist ${HOME}/.local/share/ktorrent -include /etc/firejail/whitelist-common.inc -include /etc/firejail/whitelist-var-common.inc +include whitelist-common.inc +include whitelist-var-common.inc caps.drop all machine-id -- cgit v1.2.3-54-g00ecf