8 Mar
2004
8 Mar
'04
19:31
Paul Dwerryhouse wrote:
* change the group and permissions on /bin/su so that it can only be accessed by members of the group 'wheel'
chgrp wheel /bin/su chmod 4750 /bin/su
You should also update /etc/permissions.local to include the new permissions of /bin/su. Add the line /bin/su root.wheel 4750 to the file /etc/permissions.local. Otherwise YaST could reverse your changes. Regards Stefan Nordhausen