Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 4 of 4) sorted by path

/unit/
H A DCHANGES701 *) Bugfix: explicit setting a namespaces isolation option to false might
723 *) Feature: isolation of application processes with Linux namespaces.
/unit/docs/
H A Dunit-openapi.yaml5402 description: "Size of the ID range in both namespaces."
5404 namespaces:
5466 description: "Size of the ID range in both namespaces."
/unit/src/
H A Dnxt_isolation.c28 nxt_conf_value_t *namespaces, nxt_clone_t *clone);
419 nxt_isolation_clone_flags(nxt_task_t *task, nxt_conf_value_t *namespaces, in nxt_isolation_clone_flags() argument
430 value = nxt_conf_next_object_member(namespaces, &name, &index); in nxt_isolation_clone_flags()
/unit/test/
H A Dtest_go_isolation.py244 namespaces = {}
247 namespaces['credential'] = False
249 namespaces['mount'] = False
251 namespaces['network'] = False
253 namespaces['uname'] = False
255 namespaces[ns] = False
257 client.load('ns_inspect', isolation={'namespaces': namespaces})