summaryrefslogtreecommitdiff
path: root/pkg/specgen/generate/container_create.go
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-11 21:03:29 +0000
committerGitHub <noreply@github.com>2021-08-11 21:03:29 +0000
commit63269b60fe7f928c29439357177ab56242723258 (patch)
treed54633e92f854dfe9f5e0e0361e46e35c2dcfe7d /pkg/specgen/generate/container_create.go
parent922699f0a1983f3f77946cef2fba934d80afdb6f (diff)
parent7442f0b858e5fe2d7922b3b5714030fda5b2646e (diff)
downloadpodman-63269b60fe7f928c29439357177ab56242723258.tar.gz
podman-63269b60fe7f928c29439357177ab56242723258.tar.bz2
podman-63269b60fe7f928c29439357177ab56242723258.zip
Merge pull request #11193 from mheon/release_notes_33
Release notes for Podman v3.3.0-RC2
Diffstat (limited to 'pkg/specgen/generate/container_create.go')
-rw-r--r--pkg/specgen/generate/container_create.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/specgen/generate/container_create.go b/pkg/specgen/generate/container_create.go
index 4e3a86ae4..2961ed849 100644
--- a/pkg/specgen/generate/container_create.go
+++ b/pkg/specgen/generate/container_create.go
@@ -354,6 +354,7 @@ func createContainerOptions(ctx context.Context, rt *libpod.Runtime, s *specgen.
options = append(options, libpod.WithLogDriver(s.LogConfiguration.Driver))
}
}
+
// Security options
if len(s.SelinuxOpts) > 0 {
options = append(options, libpod.WithSecLabels(s.SelinuxOpts))