Skip to content

Commit 1e65386

Browse files
committed
set default parameter when feature/add_config fixed
1 parent 766c0bc commit 1e65386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libioc/Config/Jail/Globals.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"mac_prefix": "02ff60",
4343
"vnet": False,
4444
"interfaces": [],
45-
"vnet_default_interface": None,
45+
"vnet_default_interface": [],
4646
"vnet_interfaces": [],
4747
"ip4": "new",
4848
"ip4_saddrsel": 1,
@@ -99,9 +99,9 @@
9999
"exec_prestop": None,
100100
"exec_stop": "/bin/sh /etc/rc.shutdown",
101101
"exec_poststop": None,
102-
"exec_system_user": False,
102+
"exec_system_user": "root",
103+
"exec_system_jail_user": "root",
103104
"exec_jail_user": "root",
104-
"exec_system_jail_user": False,
105105
"exec_timeout": "600",
106106
"stop_timeout": "30",
107107
"mount_procfs": "0",

0 commit comments

Comments
 (0)