]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pkgconf: expose variables for system-alloc-{uid,gid}-min
authorMarkus Boehme <markus.boehme@mailbox.org>
Wed, 27 Aug 2025 20:49:29 +0000 (22:49 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 22 Sep 2025 11:02:28 +0000 (12:02 +0100)
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.

src/core/systemd.pc.in

index 58f24631046e8fa8271dac4ff5f206cce367419c..dcf7bbc9a3c3a0687e408592d1a9cb3fc91e73d0 100644 (file)
@@ -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}