summaryrefslogtreecommitdiff
path: root/pkg/spec/config_linux_nocgo.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-08 12:37:49 +0100
committerGitHub <noreply@github.com>2019-11-08 12:37:49 +0100
commit92af260346676ce8dcf2be19d95bfed55124a3aa (patch)
tree2112a19ba95287179b0a44bbd90719a86d317c5d /pkg/spec/config_linux_nocgo.go
parent3463a7194c504790e73a1750109c1813a7c3cfe9 (diff)
parentdcf3c742b1ac4d641d66810113f3d17441a412f4 (diff)
downloadpodman-92af260346676ce8dcf2be19d95bfed55124a3aa.tar.gz
podman-92af260346676ce8dcf2be19d95bfed55124a3aa.tar.bz2
podman-92af260346676ce8dcf2be19d95bfed55124a3aa.zip
Merge pull request #4265 from haircommander/infra-namespaces-submit
Split up create config handling of namespaces and security
Diffstat (limited to 'pkg/spec/config_linux_nocgo.go')
-rw-r--r--pkg/spec/config_linux_nocgo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/spec/config_linux_nocgo.go b/pkg/spec/config_linux_nocgo.go
index 10329ff3b..8d720b6d4 100644
--- a/pkg/spec/config_linux_nocgo.go
+++ b/pkg/spec/config_linux_nocgo.go
@@ -6,6 +6,6 @@ import (
spec "github.com/opencontainers/runtime-spec/specs-go"
)
-func getSeccompConfig(config *CreateConfig, configSpec *spec.Spec) (*spec.LinuxSeccomp, error) {
+func getSeccompConfig(config *SecurityConfig, configSpec *spec.Spec) (*spec.LinuxSeccomp, error) {
return nil, nil
}