Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: move blacklist of /etc/profile.d & blacklist /etc/profile #5167

Merged
merged 3 commits into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ blacklist /etc/grub*
blacklist /etc/kernel*
blacklist /etc/logrotate*
blacklist /etc/modules*
blacklist /etc/profile.d
blacklist /etc/rc.local
# rc1.d, rc2.d, ...
blacklist /etc/rc?.d
Expand Down
2 changes: 2 additions & 0 deletions etc/inc/disable-shell.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ blacklist ${PATH}/sh
blacklist ${PATH}/tclsh
blacklist ${PATH}/tcsh
blacklist ${PATH}/zsh
blacklist /etc/profile
blacklist /etc/profile.d
2 changes: 1 addition & 1 deletion etc/profile-a-l/kate.profile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ noblacklist ${HOME}/.local/share/kxmlgui5/kateopenheaderplugin
noblacklist ${HOME}/.local/share/kxmlgui5/katepart
noblacklist ${HOME}/.local/share/kxmlgui5/kateproject
noblacklist ${HOME}/.local/share/kxmlgui5/katesearch
noblacklist /etc/profile.d

# Allows files commonly used by IDEs
include allow-common-devel.inc

include disable-common.inc
Expand Down