Searched refs:nobody (Results 1 - 2 of 2) sorted by relevance

/systemd/src/test/
H A Dtest-acl-util.c51 const char *nobody = "nobody"; local
52 r = get_user_creds(&nobody, &uid, NULL, NULL, NULL);
H A Dtest-capability.c71 struct passwd *nobody; local
74 nobody = getpwnam("nobody");
75 if (!nobody) {
76 log_error_errno(errno, "Could not find nobody user: %m");
79 test_uid = nobody->pw_uid;
80 test_gid = nobody->pw_gid;

Completed in 63 milliseconds