- Remove patches applied upstream:
+ debian/patches/483_su_fakelogin_wrong_arg0
This commit is contained in:
Vendored
+1
@@ -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
@@ -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;
|
||||
Vendored
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user