summaryrefslogtreecommitdiff
path: root/config/TakeConsole
blob: 7cce126e5e2aee95615c6c736551835441470482 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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.2 2017/10/04 18:28:59 matthieu Exp $
#
chown root /dev/console
chmod 622 /dev/console
if [ -c /dev/drm0 ]; then
    chown root /dev/drm0
fi
/usr/X11R6/bin/sessreg -d -l $DISPLAY -u /var/run/utmp -x /etc/X11/xenodm/Xservers $USER