mbox series

[isar-cip-core,v2,0/2] Modifying security customizations due to deprecation of libpam-cracklib from bookworm

Message ID 20230705073358.16663-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
Headers show
Series Modifying security customizations due to deprecation of libpam-cracklib from bookworm | expand

Message

Sai.Sathujoda@toshiba-tsip.com July 5, 2023, 7:33 a.m. UTC
From: Sai <Sai.Sathujoda@toshiba-tsip.com>

When compared to previous version, this v2 series of patches has the correct order
of patches. An extra change to display the latest password at the image login is
also added in patch[1/2].

Sai (2):
  kas/opt/security.yml : Change password to fit pam_passwdqc policy
  cip-core-image-security.bb : Add pam-passwdqc package for bookworm

 kas/opt/security.yml                          |  2 +-
 .../images/cip-core-image-security.bb         |  9 ++++++---
 .../security-customizations/files/postinst    | 19 +++++++++++++++----
 3 files changed, 22 insertions(+), 8 deletions(-)

Comments

Jan Kiszka July 6, 2023, 7:31 a.m. UTC | #1
On 05.07.23 09:33, Sai.Sathujoda@toshiba-tsip.com wrote:
> From: Sai <Sai.Sathujoda@toshiba-tsip.com>
> 
> When compared to previous version, this v2 series of patches has the correct order
> of patches. An extra change to display the latest password at the image login is
> also added in patch[1/2].
> 
> Sai (2):
>   kas/opt/security.yml : Change password to fit pam_passwdqc policy
>   cip-core-image-security.bb : Add pam-passwdqc package for bookworm
> 
>  kas/opt/security.yml                          |  2 +-
>  .../images/cip-core-image-security.bb         |  9 ++++++---
>  .../security-customizations/files/postinst    | 19 +++++++++++++++----
>  3 files changed, 22 insertions(+), 8 deletions(-)
> 

Thanks, applied.

Jan