#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
#
/usr/bin/sessreg -d -l $DISPLAY $USER
chmod 622 /dev/console
chown root /dev/console
