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/ssh.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/ssh.profile') diff --git a/etc/ssh.profile b/etc/ssh.profile index 584294f05..cc94793f3 100644 --- a/etc/ssh.profile +++ b/etc/ssh.profile @@ -3,17 +3,17 @@ # This file is overwritten after every install/update quiet # Persistent local customizations -include /etc/firejail/ssh.local +include ssh.local # Persistent global definitions -include /etc/firejail/globals.local +include globals.local noblacklist /etc/ssh noblacklist /tmp/ssh-* noblacklist ${HOME}/.ssh -include /etc/firejail/disable-common.inc -include /etc/firejail/disable-passwdmgr.inc -include /etc/firejail/disable-programs.inc +include disable-common.inc +include disable-passwdmgr.inc +include disable-programs.inc caps.drop all ipc-namespace -- cgit v1.2.3-70-g09d2