Add su-to-rootrc for running X11 programs as root
[grml-etc.git] / etc / su-to-rootrc
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
+