Merge pull request #874 from crosbymichael/keyring

Add option to disable new session keys
This commit is contained in:
Aleksa Sarai
2016-06-12 21:44:45 +10:00
committed by GitHub
7 changed files with 36 additions and 17 deletions

View File

@@ -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 {