1145b7b3cSmrg#!/bin/sh 2145b7b3cSmrg# Reassign ownership of the console to root, this should disallow 3145b7b3cSmrg# assignment of console output to any random users's xterm 4145b7b3cSmrg# 5145b7b3cSmrgchown root /dev/console 6b7d26471Smrgchmod 622 /dev/console 7