Skip to content

Commit

Permalink
Merge pull request #238 from rhvgoyal/secrets-rprivate
Browse files Browse the repository at this point in the history
Make secret mount rprivate by default
  • Loading branch information
runcom authored Apr 29, 2017
2 parents c14458a + 9bdb599 commit 92b10e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/container_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,6 @@ func (container *Container) SecretMount(rootUID, rootGID int) (*Mount, error) {
m.Source = secretsPath
m.Destination = "/run/secrets"
m.Writable = true
m.Propagation = "rprivate"
return m, nil
}

0 comments on commit 92b10e4

Please sign in to comment.