#!/bin/sh
# /config/xdm/GiveConsole       installed in /tools/Xncd/xdm
#
# NOTICE: Do not edit the copy of this file that is installed!
# Any changes will be lost when it is overwritten by the master copy.
#
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
#
chmod 622 /dev/console
chown root /dev/console
