#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
# $XConsortium: TakeConsole,v 1.2 93/09/28 14:30:29 gildea Exp $
# $Id: TakeConsole,v 1.4 2001/01/12 15:44:48 ossi Exp $
#
#chmod 622 /dev/console
#chown root /dev/console
#exec sessreg -d -l $DISPLAY -u /var/run/utmp -x /etc/X11/kdm/Xservers $USER
