containerd/vendor/github.com/opencontainers/selinux
Sebastiaan van Stijn 0b3c7e1479
vendor: opencontainers/selinux v1.5.2
full diff: https://github.com/opencontainers/selinux/compare/v1.5.1...v1.5.2

- Implement FormatMountLabel unconditionally
  Implementing FormatMountLabel on situations built without selinux
  should be possible; the context will be ignored if no SELinux is available.
- Remote potential race condition, where mcs label is freed
  Theorectially if you do not change the MCS Label then we free it and two
  commands later reserve it. If some other process was grabbing MCS Labels
  at the same time, the other process could get the same label.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-26 16:30:35 +02:00
..
go-selinux vendor: opencontainers/selinux v1.5.2 2020-05-26 16:30:35 +02:00
pkg/pwalk update selinux dependency to fix test failures 2020-04-15 14:59:43 -04:00
go.mod Update to a released version of opencontainers/selinux (1.3.3) 2020-02-28 11:43:02 -05:00
LICENSE Support selinux options/label 2017-08-31 19:20:12 +08:00
README.md bump opencontainers/selinux to v1.2 2019-03-29 01:33:35 +01:00

selinux

GoDoc Go Report Card Build Status

Common SELinux package used across the container ecosystem.

Please see the godoc for more information.

Code of Conduct

Participation in the OpenContainers community is governed by OpenContainer's Code of Conduct.

Security

If you find an issue, please follow the security protocol to report it.