diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-30 14:34:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 14:34:26 -0400 |
commit | 9911813c2282b71fb412756fe868e8fef6ec80b9 (patch) | |
tree | 8dbb9c9f8f567a9934a115bc4fbc225b8b6a26ab /libpod/define | |
parent | d8bdbf5b66c860a73f5d4e301535c0ee40d8d719 (diff) | |
parent | 128e168be598f76dcccfea2799e7b6015a1e929b (diff) | |
download | podman-9911813c2282b71fb412756fe868e8fef6ec80b9.tar.gz podman-9911813c2282b71fb412756fe868e8fef6ec80b9.tar.bz2 podman-9911813c2282b71fb412756fe868e8fef6ec80b9.zip |
Merge pull request #11812 from baude/v34backportplaygen
Support selinux options with bind mounts play/gen
Diffstat (limited to 'libpod/define')
-rw-r--r-- | libpod/define/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpod/define/config.go b/libpod/define/config.go index 6c426f2ec..26c36e9f4 100644 --- a/libpod/define/config.go +++ b/libpod/define/config.go @@ -87,3 +87,6 @@ const ( // DefaultRlimitValue is the value set by default for nofile and nproc const RLimitDefaultValue = uint64(1048576) + +// BindMountPrefix distinguishes its annotations from others +const BindMountPrefix = "bind-mount-options:" |