2011-03-31 19:48:35 +00:00
|
|
|
diff -up openssh-5.8p1/session.c.pwchange openssh-5.8p1/session.c
|
2011-04-22 09:32:26 +00:00
|
|
|
--- openssh-5.8p1/session.c.pwchange 2011-04-22 09:33:52.000000000 +0200
|
|
|
|
+++ openssh-5.8p1/session.c 2011-04-22 09:37:14.090653775 +0200
|
|
|
|
@@ -1547,6 +1547,9 @@ do_pwchange(Session *s)
|
2011-03-31 19:48:35 +00:00
|
|
|
if (s->ttyfd != -1) {
|
|
|
|
fprintf(stderr,
|
|
|
|
"You must change your password now and login again!\n");
|
2011-04-20 19:59:24 +00:00
|
|
|
+#ifdef WITH_SELINUX
|
2011-04-22 09:32:26 +00:00
|
|
|
+ setexeccon(NULL);
|
2011-04-20 19:59:24 +00:00
|
|
|
+#endif
|
2011-03-31 19:48:35 +00:00
|
|
|
#ifdef PASSWD_NEEDS_USERNAME
|
|
|
|
execl(_PATH_PASSWD_PROG, "passwd", s->pw->pw_name,
|
|
|
|
(char *)NULL);
|