| Current Path : /etc/kde/kdm/ |
| Current File : //etc/kde/kdm/Xreset |
#! /bin/sh # 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.