blob: 2d76013db90590c37d1932b68150b8a7126d0d2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Xreset - run as root after session exits
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm. See Xstartup.
#
#chown root /dev/console
#chmod 622 /dev/console
# XDM configurations typically have sessreg here. KDM has it built-in.
|