From eee1d3c55bef5679f83bb9008a2c11697c9817e0 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 13 Mar 2018 09:11:45 -0400 Subject: fix PROMPT_COMMAND for bash - this was the problem on CentOS that we needed to unblacklist /etc/profile.d; I'll do some cleanup in the next commit --- etc/default.profile | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/default.profile b/etc/default.profile index 226e808ed..82eded802 100644 --- a/etc/default.profile +++ b/etc/default.profile @@ -8,9 +8,6 @@ include /etc/firejail/globals.local # generic gui profile # depending on your usage, you can enable some of the commands below: -# required under CentOS 7 -noblacklist /etc/profile.d - include /etc/firejail/disable-common.inc # include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc -- cgit v1.2.3-54-g00ecf