Description: <short summary of the patch>
Author: PICCORO Lenz McKAY <mckaygerhard@gmail.com>

---

Origin: upstream, https://github.com/nomius/ktsuss/commit/99ea19743328a8e72b8b966635e44f1e816cf294
Last-Update: 2021-01-04

--- ktsuss-2.1.orig/src/su_backend.c
+++ ktsuss-2.1/src/su_backend.c
@@ -151,7 +151,7 @@ int check_password_su(const char *userna
 /* Run the given command as the given user */
 void run_su(char *username, char *password, char *command)
 {
-	char buf[BUFF_SIZE], *cmd[7] = { SUPATH, username, "-p", "-l", "-c", command, NULL };
+	char buf[BUFF_SIZE], *cmd[6] = { SUPATH, username, "-p", "-c", command, NULL };
 	int fdpty = 0, status = 0, tty = 1;
 	pid_t pid = 0;
 	fd_set rfds;
