Skip to content

Commit 9a1519d

Browse files
committed
Merge branch '3.0-dev' into 3.0
Merge branch '3.0-dev' commit a079383 Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
2 parents 32b126a + a079383 commit 9a1519d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

SPECS/shadow-utils/login-defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
204204
PASS_MIN_DAYS 7
205205
# PASS_MIN_LEN 5
206206
PASS_WARN_AGE 5

SPECS/shadow-utils/shadow-utils.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

SPECS/shadow-utils/shadow-utils.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Programs for handling passwords in a secure way
22
Name: shadow-utils
33
Version: 4.14.3
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: BSD
66
Vendor: Intel Corporation
77
Distribution: 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

toolkit/imageconfigs/full.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"packagelists/intel-wireless.json"
1919
],
2020
"KernelCommandLine": {
21+
"ExtraCommandLine": "console=tty0 console=ttyS0,115200n8",
2122
"SELinux": "permissive"
2223
},
2324
"KernelOptions": {
@@ -49,6 +50,7 @@
4950
"packagelists/intel-wireless.json"
5051
],
5152
"KernelCommandLine": {
53+
"ExtraCommandLine": "console=tty0 console=ttyS0,115200n8",
5254
"SELinux": "permissive"
5355
},
5456
"KernelOptions": {
@@ -80,6 +82,7 @@
8082
"packagelists/intel-wireless.json"
8183
],
8284
"KernelCommandLine": {
85+
"ExtraCommandLine": "console=tty0 console=ttyS0,115200n8",
8386
"SELinux": "permissive"
8487
},
8588
"KernelOptions": {
@@ -110,6 +113,7 @@
110113
"packagelists/intel-wireless.json"
111114
],
112115
"KernelCommandLine": {
116+
"ExtraCommandLine": "console=tty0 console=ttyS0,115200n8",
113117
"SELinux": "permissive"
114118
},
115119
"KernelOptions": {

0 commit comments

Comments
 (0)