Skip to content

Commit

Permalink
Updated runtime-tools does not allow rprivate by default
Browse files Browse the repository at this point in the history
I have opened a PR to allow the recursive flags in the runtime-tools
package.

opencontainers/runtime-tools#543

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed Dec 15, 2017
1 parent 34c1ea3 commit 0bc8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kpod/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func (c *createConfig) GetVolumeMounts() ([]spec.Mount, error) {
}
}
if rootProp == "" {
options = append(options, "rprivate")
options = append(options, "private")
}

m = append(m, spec.Mount{
Expand Down

0 comments on commit 0bc8926

Please sign in to comment.