Isolation: added option to disable tmpfs mount.
Now users can disable the default tmpfs mount point
in the rootfs.
{
"isolation": {
"automount": {
"tmpfs": false
}
}
}
This commit is contained in:
@@ -75,6 +75,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
uint8_t language_deps; /* 1-bit */
|
||||
uint8_t tmpfs; /* 1-bit */
|
||||
} nxt_process_automount_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user