We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2a2d commit 22d2592Copy full SHA for 22d2592
libioc/Config/Jail/Globals.py
@@ -42,7 +42,7 @@
42
"mac_prefix": "02ff60",
43
"vnet": False,
44
"interfaces": [],
45
- "vnet_default_interface": None,
+ "vnet_default_interface": [],
46
"vnet_interfaces": [],
47
"ip4": "new",
48
"ip4_saddrsel": 1,
@@ -99,9 +99,9 @@
99
"exec_prestop": None,
100
"exec_stop": "/bin/sh /etc/rc.shutdown",
101
"exec_poststop": None,
102
- "exec_system_user": False,
+ "exec_system_user": "root",
103
+ "exec_system_jail_user": "root",
104
"exec_jail_user": "root",
- "exec_system_jail_user": False,
105
"exec_timeout": "600",
106
"stop_timeout": "30",
107
"mount_procfs": "0",
0 commit comments