diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-28 14:03:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 14:03:22 +0200 |
commit | 91c92d10fc64af7e7813ba46f8eae8a8e7db44de (patch) | |
tree | 8fa6bdb3d536f00f98a845cfa043335152cb48af /cmd/podman/registry | |
parent | d463715ce75254a7a52e902b36f91431197ab4a8 (diff) | |
parent | 8f7ed50cb20c04bbbb7c4907a183c07912d4bffb (diff) | |
download | podman-91c92d10fc64af7e7813ba46f8eae8a8e7db44de.tar.gz podman-91c92d10fc64af7e7813ba46f8eae8a8e7db44de.tar.bz2 podman-91c92d10fc64af7e7813ba46f8eae8a8e7db44de.zip |
Merge pull request #7085 from rhatdan/cmount
Cleanup handling of podman mount/unmount
Diffstat (limited to 'cmd/podman/registry')
-rw-r--r-- | cmd/podman/registry/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/registry/config.go b/cmd/podman/registry/config.go index f5a231172..a62a41c12 100644 --- a/cmd/podman/registry/config.go +++ b/cmd/podman/registry/config.go @@ -15,7 +15,8 @@ import ( ) const ( - ParentNSRequired = "ParentNSRequired" + ParentNSRequired = "ParentNSRequired" + UnshareNSRequired = "UnshareNSRequired" ) var ( |