summaryrefslogtreecommitdiff
path: root/config/TakeConsole
blob: a4ac1088a3b1a41ff58601a5a9a2b1217693f5ec (plain)
1
2
3
4
5
6
#!/bin/sh
# 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