Skip to content

Commit 58c774b

Browse files
committed
exec_system_user and exec_system_jail_user passed of default config
1 parent a84a7b8 commit 58c774b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libioc/Config/Jail/Defaults.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
"exec_prestop": None,
108108
"exec_stop": "/bin/sh /etc/rc.shutdown",
109109
"exec_poststop": None,
110-
"exec_system_user": False,
110+
"exec_system_user": "root",
111+
"exec_system_jail_user": "root",
111112
"exec_jail_user": "root",
112-
"exec_system_jail_user": False,
113113
"exec_timeout": "600",
114114
"stop_timeout": "30",
115115
"mount_procfs": "0",

0 commit comments

Comments
 (0)