#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
#
sessreg -d -l $DISPLAY -x /usr/openwin/lib/xdm/Xservers $USER
