Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 10 of 10) sorted by path

/unit/
H A DCHANGES297 *) Feature: variables support in the "chroot" option.
/unit/docs/
H A Dunit-openapi.yaml5986 chroot:
/unit/src/
H A Dnxt_capability.c42 cap->chroot = 1; in nxt_capability_set()
96 cap->chroot = 1; in nxt_capability_specific_set()
H A Dnxt_capability.h11 uint8_t chroot; /* 1 bit */ member
H A Dnxt_http.h238 nxt_str_t chroot; member
H A Dnxt_http_route.c624 offsetof(nxt_http_action_conf_t, chroot)
H A Dnxt_http_static.c24 nxt_tstr_t *chroot; member
35 nxt_str_t chroot; member
127 if (acf->chroot.length > 0) { in nxt_http_static_init()
131 conf->chroot = nxt_tstr_compile(rtcf->tstr_state, &acf->chroot, in nxt_http_static_init()
143 nxt_tstr_str(conf->chroot, &chr); in nxt_http_static_init()
251 if (conf->chroot != NULL) { in nxt_http_static_iterate()
252 nxt_tstr_str(conf->chroot, &chr); in nxt_http_static_iterate()
270 nxt_tstr_str(conf->chroot, &ctx->chroot); in nxt_http_static_iterate()
290 nxt_tstr_query(task, r->tstr_query, conf->chroot, &ctx->chroot); in nxt_http_static_iterate()
385 chr = &ctx->chroot; in nxt_http_static_send_ready()
[all …]
H A Dnxt_isolation.c581 cap_chroot = rt->capabilities.chroot; in nxt_isolation_set_mounts()
1094 if (nxt_slow_path(chroot(path) < 0)) { in nxt_isolation_chroot()
/unit/test/
H A Dtest_static_chroot.py31 def update_action(chroot, share=f'{option.temp_dir}/assets$uri'): argument
33 {'chroot': chroot, 'share': share},
/unit/test/unit/check/
H A Ddiscover_available.py4 from unit.check.chroot import check_chroot