On Sun, Apr 01 2001 at 05:10PM, adam beecher(adam at iewebs.com) wrote:
: Two rather simple things that I've forgotten how to do:
:: 1) I want to disable direct root logins completely.
/etc/securetty lists all the ttys that root is *allowed* to log in from,
so...
echo "" > /etc/securetty
: 2) I only want to allow su from a defined set of users (wheel?).
(making sure there exists a 'wheel' group)
chgrp wheel /bin/su
chmod 4750 /bin/su
Although you might want to check out "Why GNU su does not support the
wheel group", by RMS before you do this, if you're in the mood for yet
ANOTHER philosophical "drama" from something relatively straightforward.
http://www.delorie.com/gnu/docs/sh-utils/su.1.html
- John
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!