Skip to content

Commit 0e724e5

Browse files
committed
exec_system_user and exec_system_jail_user passed of default config
1 parent c3a8719 commit 0e724e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libioc/Config/Jail/Defaults.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
"exec_prestop": None,
104104
"exec_stop": "/bin/sh /etc/rc.shutdown",
105105
"exec_poststop": None,
106-
"exec_system_user": False,
106+
"exec_system_user": "root",
107+
"exec_system_jail_user": "root",
107108
"exec_jail_user": "root",
108-
"exec_system_jail_user": False,
109109
"exec_timeout": "600",
110110
"stop_timeout": "30",
111111
"mount_procfs": "0",

0 commit comments

Comments
 (0)