Home
last modified time | relevance | path

Searched refs:synthesize_nobody (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Duserdb.c39 bool synthesize_nobody:1; member
118 .synthesize_nobody = !FLAGS_SET(flags, USERDB_DONT_SYNTHESIZE), in userdb_iterator_new()
225 iterator->synthesize_nobody = false; in userdb_on_query_reply()
280 iterator->synthesize_nobody = false; in userdb_on_query_reply()
666 if (streq(name, NOBODY_USER_NAME) && synthesize_nobody()) in userdb_by_name()
717 if (uid == UID_NOBODY && synthesize_nobody()) in userdb_by_uid()
787 iterator->synthesize_nobody = false; in userdb_iterator_get()
863 if (iterator->synthesize_nobody) { in userdb_iterator_get()
864 iterator->synthesize_nobody = false; in userdb_iterator_get()
937 if (streq(name, NOBODY_GROUP_NAME) && synthesize_nobody()) in groupdb_by_name()
[all …]
/systemd-251/src/basic/
Duser-util.c184 if (synthesize_nobody() && in synthesize_user_creds()
329 if (synthesize_nobody() && in get_group_creds()
376 if (synthesize_nobody() && in uid_to_name()
420 if (synthesize_nobody() && in gid_to_name()
588 if (synthesize_nobody() && in get_home_dir()
645 if (synthesize_nobody() && in get_shell()
946 bool synthesize_nobody(void) { in synthesize_nobody() function
Duser-util.h119 bool synthesize_nobody(void);
/systemd-251/src/nss-systemd/
Dnss-systemd.c316 if (!synthesize_nobody()) in _nss_systemd_getpwnam_r()
360 if (!synthesize_nobody()) in _nss_systemd_getpwuid_r()
405 if (!synthesize_nobody()) in _nss_systemd_getspnam_r()
452 if (!synthesize_nobody()) in _nss_systemd_getgrnam_r()
496 if (!synthesize_nobody()) in _nss_systemd_getgrgid_r()
541 if (!synthesize_nobody()) in _nss_systemd_getsgnam_r()
/systemd-251/src/test/
Dtest-user-util.c20 if (!synthesize_nobody() && streq(name, NOBODY_USER_NAME)) { in test_uid_to_name_one()
40 if (!synthesize_nobody() && streq(name, NOBODY_GROUP_NAME)) { in test_gid_to_name_one()
337 if (!synthesize_nobody() && streq(name, NOBODY_USER_NAME)) { in test_get_user_creds_one()
364 if (!synthesize_nobody() && streq(name, NOBODY_GROUP_NAME)) { in test_get_group_creds_one()
Dtest-execute.c136 if (!synthesize_nobody()) in check_nobody_user_and_group()