TakeConsole revision 145b7b3c
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#
6chmod 622 /dev/console
7chown root /dev/console
8