mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
shadow: update 4.17.2 -> 4.17.3
shadow-update-pam-conf.patch refreshed for 4.17.3 [RP: One of the utilities, chage was dropped from pam] (From OE-Core rev: f6fc7a8a786edc133e7be5a99d182f6adad02916) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
edf92f7088
commit
8820f5c3e4
@@ -15,7 +15,6 @@ Upstream-Status: Inappropriate [oe-core specific]
|
||||
|
||||
Signed-off-by: Kang Kai <kai.kang@windriver.com>
|
||||
---
|
||||
etc/pam.d/chage | 2 +-
|
||||
etc/pam.d/chgpasswd | 2 +-
|
||||
etc/pam.d/groupadd | 2 +-
|
||||
etc/pam.d/groupdel | 2 +-
|
||||
@@ -24,18 +23,8 @@ Signed-off-by: Kang Kai <kai.kang@windriver.com>
|
||||
etc/pam.d/useradd | 2 +-
|
||||
etc/pam.d/userdel | 2 +-
|
||||
etc/pam.d/usermod | 2 +-
|
||||
9 files changed, 9 insertions(+), 9 deletions(-)
|
||||
8 files changed, 8 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/etc/pam.d/chage b/etc/pam.d/chage
|
||||
index 8f49f5c..b1f365d 100644
|
||||
--- a/etc/pam.d/chage
|
||||
+++ b/etc/pam.d/chage
|
||||
@@ -1,4 +1,4 @@
|
||||
#%PAM-1.0
|
||||
auth sufficient pam_rootok.so
|
||||
account required pam_permit.so
|
||||
-password include system-auth
|
||||
+password include common-password
|
||||
diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd
|
||||
index 8f49f5c..b1f365d 100644
|
||||
--- a/etc/pam.d/chgpasswd
|
||||
@@ -116,3 +105,6 @@ index 8f49f5c..b1f365d 100644
|
||||
account required pam_permit.so
|
||||
-password include system-auth
|
||||
+password include common-password
|
||||
--
|
||||
2.43.0
|
||||
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \
|
||||
file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \
|
||||
file://disable_syslog.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "064a7c048e613ef5b5f3613e137d79d35d062ab434e89020f743e90844ec5c4f"
|
||||
SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36"
|
||||
UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
|
||||
|
||||
# Additional Policy files for PAM
|
||||
Reference in New Issue
Block a user