diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-03-08 15:33:12 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-03-11 14:39:29 -0400 |
commit | 66a72d9283475770707adc3f2be04a3b48635fd7 (patch) | |
tree | 2aecd6e34affe918660f1eb232a6d64cbe7a8bfb /vendor/github.com/gogo/protobuf/Readme.md | |
parent | b8863b260a7885981def2b02b5acc7c9a209e0c6 (diff) | |
download | podman-66a72d9283475770707adc3f2be04a3b48635fd7.tar.gz podman-66a72d9283475770707adc3f2be04a3b48635fd7.tar.bz2 podman-66a72d9283475770707adc3f2be04a3b48635fd7.zip |
Ensure that tmpfs mounts do not have symlinks
When mounting a tmpfs, runc attempts to make the directory it
will be mounted at. Unfortunately, Golang's os.MkdirAll deals
very poorly with symlinks being part of the path. I looked into
fixing this in runc, but it's honestly much easier to just ensure
we don't trigger the issue on our end.
Fixes BZ #1686610
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'vendor/github.com/gogo/protobuf/Readme.md')
0 files changed, 0 insertions, 0 deletions