http://bugzilla.opensuse.org/show_bug.cgi?id=1206957 http://bugzilla.opensuse.org/show_bug.cgi?id=1206957#c9 --- Comment #9 from Alberto Planas Dominguez <aplanas@suse.com> --- (In reply to Alberto Planas Dominguez from comment #8)
IIUC it is less that is sourcing BASH_ENV explicitly
No. I must be corrected. It is Bash the one that source it in non-interactive shells: $ echo $BASH_ENV /usr/share/lmod/8.7.15/init/bash $ cat test.sh echo "Hi" $ export BASH_ENV=$HOME/test.sh $ bash -c "ls /" Hi bin boot dev etc ... We see the issue in lessopen.sh because it is confined in enforced more, but aa-status shows more there. Any other launching a non-interactive bash will have the same error, as will execute the same "/usr/share/lmod/8.7.15/init/bash" -- You are receiving this mail because: You are on the CC list for the bug.