aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-29 00:26:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-30 14:45:21 -0300
commit66dc2643aca9d19e3d77ad4153d2ec9684a3794f (patch)
tree3a3230e6f9dacf34f41c405ef2d7ef441ba552d3 /etc/profile-a-l
parentkate.profile: add missing include comment (diff)
downloadfirejail-66dc2643aca9d19e3d77ad4153d2ec9684a3794f.tar.gz
firejail-66dc2643aca9d19e3d77ad4153d2ec9684a3794f.tar.zst
firejail-66dc2643aca9d19e3d77ad4153d2ec9684a3794f.zip
disable-common.inc: move blacklist of /etc/profile.d
To disable-shell.inc. Interactive shells can be executed from certain development-related programs (such as IDEs) and the shells themselves are not blocked by default, but this shell startup directory currently is. To avoid running a shell without access to potentially needed startup files, only blacklist /etc/profile.d when interactive shells are also blocked. Note that /etc/profile.d should only be of concern to interactive shells, so a profile that includes both disable-shell.inc and allow-bin-sh.inc (which likely means that it needs access to only non-interactive shells) should not be affected by the blacklisting. Relates to #3411 #5159.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/kate.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile
index d3ad0482a..51296408c 100644
--- a/etc/profile-a-l/kate.profile
+++ b/etc/profile-a-l/kate.profile
@@ -23,7 +23,6 @@ noblacklist ${HOME}/.local/share/kxmlgui5/kateopenheaderplugin
23noblacklist ${HOME}/.local/share/kxmlgui5/katepart 23noblacklist ${HOME}/.local/share/kxmlgui5/katepart
24noblacklist ${HOME}/.local/share/kxmlgui5/kateproject 24noblacklist ${HOME}/.local/share/kxmlgui5/kateproject
25noblacklist ${HOME}/.local/share/kxmlgui5/katesearch 25noblacklist ${HOME}/.local/share/kxmlgui5/katesearch
26noblacklist /etc/profile.d
27 26
28# Allows files commonly used by IDEs 27# Allows files commonly used by IDEs
29include allow-common-devel.inc 28include allow-common-devel.inc