Bugzilla – Bug 131049
SubDomain.pm relies too much on user-set PATH
Last modified: 2005-11-17 13:36:07 UTC
When logprof or genprof or other AppArmor tools are run by a user with PATH set to include ~/bin or other directories before system directories, and the user directories have executables that shadow system executables (such as date, md5sum, logger, etc) that do not work exactly as we assume they work, our applications behave in surprising ways. Two possible solutions are: (a) reset PATH to something 'sane'. (b) hardcode paths to system-supplied executables rather than rely on the shell to find versions.
this is fixed in our tree. i think it's been checked into autobuild for the RC1 build, but i'll have to check with dreynolds.
Fixed and will be posted for YOU update
Please put it out with the other subdomain fixes.
Fix for this went in on the last checkin for the maintenance update.
Fixed in autobuild.
released