Home
last modified time | relevance | path

Searched refs:system_uid_max (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Duid-alloc-range.c12 .system_uid_max = SYSTEM_UID_MAX,
63 (void) parse_alloc_uid(path, "SYS_UID_MAX", t, &defs.system_uid_max); in read_login_defs()
70 if (defs.system_alloc_uid_min > defs.system_uid_max) { in read_login_defs()
72 … defs.system_alloc_uid_min = MIN(defs.system_uid_max - 1, (uid_t) SYSTEM_ALLOC_UID_MIN); in read_login_defs()
115 return uid <= defs->system_uid_max; in uid_is_system()
Duid-alloc-range.h28 uid_t system_uid_max; member
/systemd-251/src/test/
Dtest-uid-alloc-range.c37 log_info("system_uid_max="UID_FMT, defs.system_uid_max); in test_read_login_defs_one()
44 assert_se(defs.system_uid_max == SYSTEM_UID_MAX + offset); in test_read_login_defs_one()
49 assert_se(defs.system_uid_max == SYSTEM_UID_MAX); in test_read_login_defs_one()
66 log_info("system_uid_max="UID_FMT, defs->system_uid_max); in TEST()
/systemd-251/src/core/
Dsystemd.pc.in83 system_uid_max={{SYSTEM_UID_MAX}}
84 systemuidmax=${system_uid_max}
/systemd-251/src/sysusers/
Dsysusers.c138 login_defs.system_uid_max != SYSTEM_UID_MAX) in maybe_emit_login_defs_warning()
141 login_defs.system_alloc_uid_min, login_defs.system_uid_max, in maybe_emit_login_defs_warning()
2106 … end = MIN3((uid_t) SYSTEM_UID_MAX, login_defs.system_uid_max, login_defs.system_gid_max); in run()