Description of problem: A regular user gets "/sbin/consoletype: Permission denied" when logging in. The /etc/profile.d/lang.sh script wants to run the program but the permissions on the file are 500. In RHEL4 the permissions are 755. Version-Release number of selected component (if applicable): I'm running the RHEL5 beta 2 with SELinux enabled and the MLS policy from dwalsh's people page. How reproducible: Steps to Reproduce: 1.create a regular using (bash shell in my case) 2.log in 3. Actual results: -bash: /sbin/consoletype: Permission denied Expected results: no error Additional info: If I change the permissions it works of course.
I'm not seeing this - on all arches, /sbin/consoletype is 0755. How did you install?
I had a feeling it seemed too broken to not be noticed... I installed using the kickstart script we're using for the LSPP project and the script. RPM download: http://klaus.vh.swiftco.net/lspp/SRPMS/ http://klaus.vh.swiftco.net/lspp/RPMS/noarch/ Let me take a closer look at what its doing. I hope I can find a log somewhere.
Well, I verified that the rpm thinks the permissions should be 755 so this must be a bug in the kickstart setup. Sorry about that. Shall I just close the bug or do you want to?
I can.