kubernetes/pkg/volume/util/hostutil
Jan Safranek 77aa06d0c8 Remove util/selinux package
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.
2022-02-11 15:20:35 +01:00
..
fake_hostutil.go Fixed unit test SELinux support 2021-11-01 15:11:40 +01:00
hostutil_linux_test.go Add shortcut for SELinux detection 2021-11-01 14:32:48 +01:00
hostutil_linux.go Remove util/selinux package 2022-02-11 15:20:35 +01:00
hostutil_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
hostutil_windows_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
hostutil_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
hostutil.go Change code to use staging/k8s.io/mount-utils 2020-09-16 21:51:24 -07:00