File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ UMASK 022
200200# PASS_MIN_LEN Minimum acceptable password length.
201201# PASS_WARN_AGE Number of days warning given before a password expires.
202202#
203- PASS_MAX_DAYS 90
203+ PASS_MAX_DAYS 99999
204204PASS_MIN_DAYS 7
205205# PASS_MIN_LEN 5
206206PASS_WARN_AGE 5
Original file line number Diff line number Diff line change 33 "chage" : " 7c150a795713d1b3a47a93f835bf415c281e9053405299c6320cd7cb5af40c48" ,
44 "chpasswd" : " 50f35a317009f0a24a0d579c23f7296a87734ecd6ce5d5f7fa8e2ebee7acd4c4" ,
55 "login" : " e357ff1b351c79510ba5abfc7e5106f251d18fc00d0362f0e611295cbebd0fea" ,
6- "login-defs" : " dbb32bec2d2314bd4edf6dcbd5a76b78e44ca271a97f2f2457cd33c929fc173b " ,
6+ "login-defs" : " c36bf2e5669225956ef784f2d1f701d6cf8323ff187fd86cc5a4bf8593ae9f99 " ,
77 "other" : " 461e53f138a8e5d1ed20033f8d9363c56f2187ce2a0551d57860140da40e1697" ,
88 "passwd" : " 9a5ed6eb156b0bafc462056ec22f0ee8d2a2c7507af79d41f8a71c268806c4c6" ,
99 "sshd" : " 894cb6bed16d7d15971d21aec969f58b2e84ccd38b51d330e2a7532b4505e9c7" ,
Original file line number Diff line number Diff line change 11Summary: Programs for handling passwords in a secure way
22Name: shadow-utils
33Version: 4.14.3
4- Release: 3 %{?dist }
4+ Release: 4 %{?dist }
55License: BSD
66Vendor: Intel Corporation
77Distribution: Edge Microvisor Toolkit
@@ -181,6 +181,9 @@ rm -rf %{buildroot}/*
181181%{_libdir }/libsubid.so
182182
183183%changelog
184+ * Fri Sep 19 2025 Mun Chun Yep <mun.chun.yep@intel.com> - 4.14.3-4
185+ - Resolve PAM password expiration issue for ISO installer.
186+
184187* Thu Dec 19 2024 Mun Chun Yep <mun.chun.yep@intel.com> - 4.14.3-3
185188- Change PASS_MAX_DAYS and PASS_WARN_AGE in login-defs.
186189
Original file line number Diff line number Diff line change 1818 " packagelists/intel-wireless.json"
1919 ],
2020 "KernelCommandLine" : {
21+ "ExtraCommandLine" : " console=tty0 console=ttyS0,115200n8" ,
2122 "SELinux" : " permissive"
2223 },
2324 "KernelOptions" : {
4950 " packagelists/intel-wireless.json"
5051 ],
5152 "KernelCommandLine" : {
53+ "ExtraCommandLine" : " console=tty0 console=ttyS0,115200n8" ,
5254 "SELinux" : " permissive"
5355 },
5456 "KernelOptions" : {
8082 " packagelists/intel-wireless.json"
8183 ],
8284 "KernelCommandLine" : {
85+ "ExtraCommandLine" : " console=tty0 console=ttyS0,115200n8" ,
8386 "SELinux" : " permissive"
8487 },
8588 "KernelOptions" : {
110113 " packagelists/intel-wireless.json"
111114 ],
112115 "KernelCommandLine" : {
116+ "ExtraCommandLine" : " console=tty0 console=ttyS0,115200n8" ,
113117 "SELinux" : " permissive"
114118 },
115119 "KernelOptions" : {
You can’t perform that action at this time.
0 commit comments