home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / etc / X11 / xdm / TakeConsole < prev    next >
Encoding:
Text File  |  2004-01-27  |  244 b   |  8 lines

  1. #!/bin/sh
  2. # Reassign ownership of the console to root, this should disallow
  3. # assignment of console output to any random users's xterm
  4. # $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
  5. #
  6. chmod 622 /dev/console
  7. chown root /dev/console
  8.