/unit/src/ |
H A D | nxt_credential.c | 22 pwd = getpwnam(uc->user); in nxt_credential_get() 28 uc->user, uc->user); in nxt_credential_get() 30 nxt_alert(task, "getpwnam(\"%s\") failed %E", uc->user, nxt_errno); in nxt_credential_get() 61 uc->user, uc->uid, uc->base_gid); in nxt_credential_get() 103 if (getgrouplist(uc->user, uc->base_gid, groups, &ngroups) < 0) { in nxt_credential_groups_get() 124 if (nxt_slow_path(getgrouplist(uc->user, uc->base_gid, uc->gids, in nxt_credential_groups_get() 221 if (initgroups(uc->user, uc->base_gid) != 0) { in nxt_credential_groups_get() 225 uc->user, uc->base_gid, nxt_errno); in nxt_credential_groups_get() 233 uc->user, uc->base_gid, nxt_errno); in nxt_credential_groups_get() 285 nxt_debug(task, "user cred set: \"%s\" uid:%d", uc->user, uc->uid); in nxt_credential_setuid() [all …]
|
H A D | nxt_test_build.c | 66 port_associate(int port, int source, uintptr_t object, int events, void *user) in port_associate() argument 80 port_send(int port, int events, void *user) in port_send() argument
|
H A D | nxt_credential.h | 14 const char *user; member
|
H A D | nxt_test_build.h | 144 void *user); 146 int port_send(int port, int events, void *user);
|
H A D | nxt_clone.c | 290 "entry for user \"%s\" (uid %d)", creds->user, creds->uid); in nxt_clone_vldt_credential_uidmap() 313 creds->user, creds->ngroups, in nxt_clone_vldt_credential_gidmap() 366 creds->user, creds->ngroups, in nxt_clone_vldt_credential_gidmap()
|
H A D | nxt_application.h | 110 nxt_str_t user; member
|
/unit/test/ |
H A D | test_go_isolation.py | 64 user='root', 75 user='root', 87 user='root', 124 user='root', 135 user='root', 147 user='root', 164 user='nobody',
|
H A D | test_python_application.py | 796 client.load('user_group', user='nobody') 802 client.load('user_group', user='nobody', group=group) 814 client.load('user_group', user='root') 829 client.load('user_group', user='root', group='root')
|
H A D | conftest.py | 97 option.user = config.option.user 307 if option.user: 308 unitd_args.extend(['--user', option.user])
|
/unit/pkg/deb/debian/ |
H A D | unit.service | 14 WantedBy=multi-user.target
|
H A D | unit-debug.service | 14 WantedBy=multi-user.target
|
/unit/auto/ |
H A D | help | 41 --user=USER set non-privileged processes to run as specified user 44 default: user's primary group
|
H A D | summary | 25 non-privileged user: ....... "$NXT_USER"
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.service | 26 WantedBy=multi-user.target
|
H A D | unit-debug.service | 26 WantedBy=multi-user.target
|
/unit/pkg/rpm/ |
H A D | Makefile | 136 --user=unit \ 272 …N) && rm -f build && ln -s build-nodebug build && env python3 -m pytest --user=nobody $(PYTEST_ARG… 283 …ION) && rm -f build && ln -s build-debug build && env python3 -m pytest --user=nobody $(PYTEST_ARG…
|
/unit/pkg/docker/ |
H A D | template.Dockerfile | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.python3.11 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.minimal | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.go1.20 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.perl5.38 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.go1.21 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.perl5.36 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.ruby3.2 | 32 --user=unit \ 72 --comment "unit user" \
|
H A D | Dockerfile.php8.2 | 32 --user=unit \ 72 --comment "unit user" \
|