I want users to be able to use "sudo su -", but not to switch user by password.
What are the most optimal permissions for /bin/su?
Right now it's:
-rwsr-xr-x. 1 root root 42436 Jul 26 18:19 /bin/su
I was thinking about changing this to 700, is this a bad idea?