summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/sush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sush.sh b/utils/sush.sh
index 6fb8b869..d1541f4f 100644
--- a/utils/sush.sh
+++ b/utils/sush.sh
@@ -1,3 +1,3 @@
#!/bin/sh
# A unix-like su (one which invokes a sub-shell).
-/bin/login --su "$@"
+/bin/login --program-name="$0" -pzxSLfk -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@" \ No newline at end of file