Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#!/bin/sh
2
# Reassign ownership of the console to root, this should disallow
3
# assignment of console output to any random users's xterm
4
# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
5
#
6
chmod 622 /dev/console
7
chown root /dev/console