summary refs log tree commit diff
path: root/pkgs/os-specific/linux/shadow/no-sanitize-env.patch
blob: 902706d137eb66b2835935a6347c99f6fd48fc92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Don't remove environment variables such as PATH or SHELL.

http://bugs.gentoo.org/show_bug.cgi?id=301957
https://alioth.debian.org/scm/browser.php?group_id=30580

--- a/src/su.c
+++ b/src/su.c
@@ -342,7 +342,7 @@
 #endif
 #endif				/* !USE_PAM */
 
-	sanitize_env ();
+	/* sanitize_env (); */
 
 	(void) setlocale (LC_ALL, "");
 	(void) bindtextdomain (PACKAGE, LOCALEDIR);