mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 16:38:00 +00:00
Merge pull request #712 from bergwolf/cgroupnamespace
kata_agent: disable cgroup namespace
This commit is contained in:
commit
439b4eb6e8
@ -684,6 +684,7 @@ func constraintGRPCSpec(grpcSpec *grpc.Spec) {
|
||||
var tmpNamespaces []grpc.LinuxNamespace
|
||||
for _, ns := range grpcSpec.Linux.Namespaces {
|
||||
switch ns.Type {
|
||||
case specs.CgroupNamespace:
|
||||
case specs.NetworkNamespace:
|
||||
default:
|
||||
ns.Path = ""
|
||||
|
Loading…
Reference in New Issue
Block a user