make conmon inherit env from ocid
Signed-off-by: HaoZhang <crazykev@zju.edu.cn>
This commit is contained in:
parent
af55785b53
commit
9c11cc7dba
4 changed files with 16 additions and 3 deletions
|
@ -53,6 +53,9 @@ type RuntimeConfig struct {
|
|||
// Conmon is the path to conmon binary, used for managing the runtime.
|
||||
Conmon string `toml:"conmon"`
|
||||
|
||||
// ConmonEnv is the environment variable list for conmon process.
|
||||
ConmonEnv []string `toml:"conmon_env"`
|
||||
|
||||
// SELinux determines whether or not SELinux is used for pod separation.
|
||||
SELinux bool `toml:"selinux"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue