![]() 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_linux_test.go | ||
hostutil_linux.go | ||
hostutil_unsupported.go | ||
hostutil_windows_test.go | ||
hostutil_windows.go | ||
hostutil.go |