/etc/profile.d/gradle.sh file should not be installed as executable
Description: From the least privilege principle perspective the gradle.sh
within /etc/profile.d
should not be exceutable and therefore it does not need a shebang.
Background: all "profile" files within this /etc/profile.d
folder will only be "sourced" during the boot process, and not executed. See merge request.
Kind regards Detlev
Edited by Detlev Brodowski