Accepting request 1238984 from Base:System

- 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

OBS-URL: https://build.opensuse.org/request/show/1238984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadow?expand=0&rev=74
This commit is contained in:
Ana Guerrero 2025-01-21 20:09:56 +00:00 committed by Git OBS Bridge
commit faf7390363
2 changed files with 14 additions and 2 deletions

View File

@ -82,7 +82,7 @@ Index: etc/login.defs
# System accounts # System accounts
-SYS_UID_MIN 101 -SYS_UID_MIN 101
-SYS_UID_MAX 999 -SYS_UID_MAX 999
+SYS_UID_MIN 100 +SYS_UID_MIN 201
+SYS_UID_MAX 499 +SYS_UID_MAX 499
# Extra per user uids # Extra per user uids
SUB_UID_MIN 100000 SUB_UID_MIN 100000
@ -93,7 +93,7 @@ Index: etc/login.defs
# System accounts # System accounts
-SYS_GID_MIN 101 -SYS_GID_MIN 101
-SYS_GID_MAX 999 -SYS_GID_MAX 999
+SYS_GID_MIN 100 +SYS_GID_MIN 201
+SYS_GID_MAX 499 +SYS_GID_MAX 499
# Extra per user group ids # Extra per user group ids
SUB_GID_MIN 100000 SUB_GID_MIN 100000

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 20 10:20:31 UTC 2025 - Michael Vetter <mvetter@suse.com>
- 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 <mvetter@suse.com> Sat Jan 11 16:37:07 UTC 2025 - Michael Vetter <mvetter@suse.com>