summaryrefslogtreecommitdiff
path: root/config/TakeConsole
blob: 005c5e060305841417d196532641bc5c7531e2cc (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
#
chmod 622 /dev/console
chown root /dev/console