summaryrefslogtreecommitdiff
path: root/packaging/su.default
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/su.default')
-rw-r--r--packaging/su.default11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/su.default b/packaging/su.default
new file mode 100644
index 000000000..67a3dfea0
--- /dev/null
+++ b/packaging/su.default
@@ -0,0 +1,11 @@
+# Per default, only "su -" will set a new PATH.
+# If this variable is changed to "yes" (default is "no"),
+# every su call will overwrite the PATH variable.
+ALWAYS_SET_PATH=no
+
+# Default path.
+PATH=/usr/local/bin:/bin:/usr/bin
+
+# Default path for a user invoking su to root.
+SUPATH=/usr/sbin:/bin:/usr/bin:/sbin
+