Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 22 of 22) sorted by relevance

/unit/test/python/user_group/
H A Dwsgi.py6 uid = os.geteuid()
11 'UID': uid,
/unit/src/
H A Dnxt_credential.c36 uc->uid = pwd->pw_uid; in nxt_credential_get()
61 uc->user, uc->uid, uc->base_gid); in nxt_credential_get()
288 nxt_debug(task, "user cred set: \"%s\" uid:%d", uc->user, uc->uid); in nxt_credential_setuid()
290 if (setuid(uc->uid) != 0) { in nxt_credential_setuid()
295 "valid in the application namespace.", uc->uid, uc->user); in nxt_credential_setuid()
300 nxt_alert(task, "setuid(%d) failed %E", uc->uid, nxt_errno); in nxt_credential_setuid()
343 "namespace.", uc->user, uc->uid); in nxt_credential_setgids()
H A Dnxt_clone.c207 default_host_uid = app_creds->uid; in nxt_clone_credential_map()
216 ret = nxt_clone_credential_map_set(task, "uid_map", pid, app_creds->uid, in nxt_clone_credential_map()
282 if (creds->uid >= (nxt_uid_t) m.container in nxt_clone_vldt_credential_uidmap()
283 && creds->uid < (nxt_uid_t) (m.container + m.size)) in nxt_clone_vldt_credential_uidmap()
290 "entry for user \"%s\" (uid %d)", creds->user, creds->uid); in nxt_clone_vldt_credential_uidmap()
H A Dnxt_credential.h15 nxt_uid_t uid; member
H A Dnxt_file.c335 uid_t uid = ~0; in nxt_file_chown() local
362 uid = pwd.pw_uid; in nxt_file_chown()
393 if (nxt_fast_path(chown((const char *) name, uid, gid) == 0)) { in nxt_file_chown()
398 owner != NULL ? (long) uid : -1, in nxt_file_chown()
H A Dnxt_isolation.c145 if (process->user_cred->uid == 0 && !has_mnt) { in nxt_isolation_main_prefork()
/unit/pkg/docker/
H A Dtemplate.Dockerfile68 --uid 999 \
H A DDockerfile.php8.268 --uid 999 \
H A DDockerfile.go1.2168 --uid 999 \
H A DDockerfile.ruby3.268 --uid 999 \
H A DDockerfile.go1.2268 --uid 999 \
H A DDockerfile.minimal68 --uid 999 \
H A DDockerfile.ruby3.368 --uid 999 \
H A DDockerfile.php8.368 --uid 999 \
H A DDockerfile.perl5.3868 --uid 999 \
H A DDockerfile.python3.1268 --uid 999 \
H A DDockerfile.perl5.3668 --uid 999 \
H A DDockerfile.python3.1168 --uid 999 \
H A DDockerfile.node2168 --uid 999 \
H A DDockerfile.jsc1168 --uid 999 \
H A DDockerfile.node2068 --uid 999 \
H A DDockerfile.wasm89 --uid 999 \