diff --git a/shadow-login_defs-suse.patch b/shadow-login_defs-suse.patch index 10e059e..f99b850 100644 --- a/shadow-login_defs-suse.patch +++ b/shadow-login_defs-suse.patch @@ -82,7 +82,7 @@ Index: etc/login.defs # System accounts -SYS_UID_MIN 101 -SYS_UID_MAX 999 -+SYS_UID_MIN 100 ++SYS_UID_MIN 201 +SYS_UID_MAX 499 # Extra per user uids SUB_UID_MIN 100000 @@ -93,7 +93,7 @@ Index: etc/login.defs # System accounts -SYS_GID_MIN 101 -SYS_GID_MAX 999 -+SYS_GID_MIN 100 ++SYS_GID_MIN 201 +SYS_GID_MAX 499 # Extra per user group ids SUB_GID_MIN 100000 diff --git a/shadow.changes b/shadow.changes index bf08f2a..647c17e 100644 --- a/shadow.changes +++ b/shadow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 20 10:20:31 UTC 2025 - Michael Vetter + +- bsc#1235453: Set SYS_{UID,GID}_MIN to 201: + After repeated similar requests to change the ID ranges we set the + above mentioned value to 201. The max value will stay at 499. + This range should be sufficient and will give us leeway for the + future. + It's not straightforward to find out which static UIDs/GIDs are + used in all packages. + Update shadow-login_defs-suse.patch + ------------------------------------------------------------------- Sat Jan 11 16:37:07 UTC 2025 - Michael Vetter