the purpose of the /etc/securetty file is to specify where root can log in. Many will put "console" in there, so that root can only log in via the console. However this does not stop anyone from su'ing to root. For example, if /etc/securetty has console in it, you could not telnet to...