mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-13 15:59:57 -05:00
The package says: > the libcontainer SELinux package is only built for Linux, so it is > necessary to have a NOP wrapper which is built for non-Linux platforms This is not true, Kubernetes now imports github.com/opencontainers/selinux/go-selinux and it has proper multiplatform support (i.e. NOOP on non-Linux platforms). Removing the whole package and calling go-selinux directly. |
||
|---|---|---|
| .. | ||
| fake_hostutil.go | ||
| hostutil.go | ||
| hostutil_linux.go | ||
| hostutil_linux_test.go | ||
| hostutil_unsupported.go | ||
| hostutil_windows.go | ||
| hostutil_windows_test.go | ||