File tree Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "github.com/opencontainers/runc/libcontainer/cgroups"
1919 "github.com/opencontainers/runc/libcontainer/cgroups/systemd"
2020 "github.com/opencontainers/runc/libcontainer/configs"
21- "github.com/opencontainers/runc/libcontainer/userns"
21+ "github.com/opencontainers/runc/libcontainer/internal/ userns"
2222 "github.com/opencontainers/runc/libcontainer/utils"
2323 "github.com/opencontainers/runtime-spec/specs-go"
2424
@@ -724,7 +724,7 @@ func TestContainerState(t *testing.T) {
724724 {Type : configs .NEWNS },
725725 {Type : configs .NEWUTS },
726726 // host for IPC
727- //{Type: configs.NEWIPC},
727+ // {Type: configs.NEWIPC},
728728 {Type : configs .NEWPID },
729729 {Type : configs .NEWNET },
730730 })
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "golang.org/x/sys/unix"
1212
1313 "github.com/opencontainers/runc/libcontainer/configs"
14- "github.com/opencontainers/runc/libcontainer/userns"
14+ "github.com/opencontainers/runc/libcontainer/internal/ userns"
1515 "github.com/opencontainers/runc/libcontainer/utils"
1616)
1717
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import (
2323 "github.com/opencontainers/runc/libcontainer/cgroups/fs2"
2424 "github.com/opencontainers/runc/libcontainer/configs"
2525 "github.com/opencontainers/runc/libcontainer/intelrdt"
26+ "github.com/opencontainers/runc/libcontainer/internal/userns"
2627 "github.com/opencontainers/runc/libcontainer/logs"
2728 "github.com/opencontainers/runc/libcontainer/system"
28- "github.com/opencontainers/runc/libcontainer/userns"
2929 "github.com/opencontainers/runc/libcontainer/utils"
3030)
3131
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
1717 "github.com/opencontainers/runc/libcontainer/cgroups"
1818 "github.com/opencontainers/runc/libcontainer/configs"
1919 "github.com/opencontainers/runc/libcontainer/devices"
20+ "github.com/opencontainers/runc/libcontainer/internal/userns"
2021 "github.com/opencontainers/runc/libcontainer/seccomp"
21- "github.com/opencontainers/runc/libcontainer/userns"
2222 libcontainerUtils "github.com/opencontainers/runc/libcontainer/utils"
2323 "github.com/opencontainers/runtime-spec/specs-go"
2424 "github.com/sirupsen/logrus"
You can’t perform that action at this time.
0 commit comments