Add su-to-rootrc for running X11 programs as root
authorChristian Hofstaedtler <ch@grml.org>
Tue, 6 Dec 2011 23:20:12 +0000 (00:20 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 6 Dec 2011 23:20:29 +0000 (00:20 +0100)
etc/su-to-rootrc [new file with mode: 0644]

diff --git a/etc/su-to-rootrc b/etc/su-to-rootrc
new file mode 100644 (file)
index 0000000..db4e4fc
--- /dev/null
@@ -0,0 +1,9 @@
+# Filename:      /etc/su-to-rootrc
+# Purpose:       configuration file for su-to-root
+# Authors:       grml-team (grml.org)
+# Bug-Reports:   see http://grml.org/bugs/
+################################################################################
+
+# Force su-to-root to use sudo, as root does not have a password on Grml.
+SU_TO_ROOT_SU=sudo
+