- Remove patches applied upstream:

+ debian/patches/483_su_fakelogin_wrong_arg0
This commit is contained in:
nekral-guest
2010-03-20 10:52:52 +00:00
parent 5c8a6cd6eb
commit b1286d31fd
3 changed files with 1 additions and 16 deletions
+1
View File
@@ -7,6 +7,7 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
- Updated Vietnamese translation. Closes: #548065
- Remove patches applied upstream:
+ debian/patches/008_su_no_sanitize_env
+ debian/patches/483_su_fakelogin_wrong_arg0
- Updated patches:
+ debian/patches/523_su_arguments_are_no_more_concatenated_by_default
+ debian/patches/542_useradd-O_option
-15
View File
@@ -1,15 +0,0 @@
Goal: shell's name must be -su when a su fakes a login
Status wrt upstream: not reported yet
--- a/src/su.c
+++ b/src/su.c
@@ -1001,7 +1001,7 @@
* Use the shell and create an argv
* with the rest of the command line included.
*/
- argv[-1] = shellstr;
+ argv[-1] = cp;
#ifndef USE_PAM
(void) execve (shellstr, &argv[-1], environ);
err = errno;
-1
View File
@@ -16,6 +16,5 @@
463_login_delay_obeys_to_PAM
523_su_arguments_are_concatenated
523_su_arguments_are_no_more_concatenated_by_default
483_su_fakelogin_wrong_arg0
508_nologin_in_usr_sbin
505_useradd_recommend_adduser