#!/bin/sh # Reassign ownership of the console to root, this should disallow # assignment of console output to any random users's xterm # $OpenBSD: TakeConsole,v 1.3 2010/03/28 09:33:02 matthieu Exp $ # chmod 622 /dev/console chown root /dev/console /usr/X11R6/bin/sessreg -d -l $DISPLAY -u /var/run/utmp -x /usr/X11R6/lib/X11/xdm/Xservers $USER