summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.h
diff options
context:
space:
mode:
authorTiago Natel de Moura <t.nateldemoura@f5.com>2020-11-16 17:56:12 +0000
committerTiago Natel de Moura <t.nateldemoura@f5.com>2020-11-16 17:56:12 +0000
commite7d66acda726490fb7b8da03f0d4788857918d5a (patch)
tree9c742e8cded9cfc6d3b72bc5dcb6aa37c86ce179 /src/nxt_process.h
parentbbc29df8fe4400e881829741c969f2fb77487423 (diff)
downloadunit-e7d66acda726490fb7b8da03f0d4788857918d5a.tar.gz
unit-e7d66acda726490fb7b8da03f0d4788857918d5a.tar.bz2
Isolation: added option to disable "procfs" mount.
Now users can disable the default procfs mount point in the rootfs. { "isolation": { "automount": { "procfs": false } } }
Diffstat (limited to '')
-rw-r--r--src/nxt_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_process.h b/src/nxt_process.h
index 99ba8022..7afb8803 100644
--- a/src/nxt_process.h
+++ b/src/nxt_process.h
@@ -76,6 +76,7 @@ typedef struct {
typedef struct {
uint8_t language_deps; /* 1-bit */
uint8_t tmpfs; /* 1-bit */
+ uint8_t procfs; /* 1-bit */
} nxt_process_automount_t;