mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
pkgconf: expose variables for system-alloc-{uid,gid}-min
Expose variables for system-alloc-uid-min and system-alloc-gid-min similar to the UID/GID ranges already exposed for the respective maximums, and other UID/GID ranges.
This commit is contained in:
committed by
Luca Boccassi
parent
c3d5f5f165
commit
346b7b6b49
@@ -90,8 +90,12 @@ modulesloaddir=${modules_load_dir}
|
||||
catalog_dir=${prefix}/lib/systemd/catalog
|
||||
catalogdir=${catalog_dir}
|
||||
|
||||
system_alloc_uid_min={{SYSTEM_ALLOC_UID_MIN}}
|
||||
systemallocuidmin=${system_alloc_uid_min}
|
||||
system_uid_max={{SYSTEM_UID_MAX}}
|
||||
systemuidmax=${system_uid_max}
|
||||
system_alloc_gid_min={{SYSTEM_ALLOC_GID_MIN}}
|
||||
systemallocgidmin=${system_alloc_gid_min}
|
||||
system_gid_max={{SYSTEM_GID_MAX}}
|
||||
systemgidmax=${system_gid_max}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user