mirror of
https://github.com/opencontainers/runc.git
synced 2025-11-02 20:04:01 +08:00
Merge pull request #874 from crosbymichael/keyring
Add option to disable new session keys
This commit is contained in:
@@ -171,6 +171,7 @@ func createContainer(context *cli.Context, id string, spec *specs.Spec) (libcont
|
||||
CgroupName: id,
|
||||
UseSystemdCgroup: context.GlobalBool("systemd-cgroup"),
|
||||
NoPivotRoot: context.Bool("no-pivot"),
|
||||
NoNewKeyring: context.Bool("no-new-keyring"),
|
||||
Spec: spec,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user