summaryrefslogtreecommitdiff
path: root/config/TakeConsole
diff options
context:
space:
mode:
Diffstat (limited to 'config/TakeConsole')
-rw-r--r--config/TakeConsole7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/TakeConsole b/config/TakeConsole
new file mode 100644
index 0000000..005c5e0
--- /dev/null
+++ b/config/TakeConsole
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Reassign ownership of the console to root, this should disallow
+# assignment of console output to any random users's xterm
+# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
+#
+chmod 622 /dev/console
+chown root /dev/console