Skip to content

Releases: opencontainers/selinux

v1.3.1

26 Jan 05:18
Compare
Choose a tag to compare
Add errors.Wrap to indicate the file relabel failed on
selinux: verify that writes to /proc/... are on procfs

v1.3.0

12 Aug 20:26
bd44319
Compare
Choose a tag to compare
Allow users to specify file types was well as process types
Add tests for PeerLabel and SetTaskLabel for non-SELinux systems
Add SetTaskLabel() and PeerLabel()

v1.2.2

24 Apr 12:40
Compare
Choose a tag to compare
Ignore attempts to setLabels "" on SELinux disabled systems

v1.2.1

02 Apr 14:20
Compare
Choose a tag to compare
  • If users attempts to set process or key labels on a disabled SELinux system to "" then ignore it and return nil.
  • Also move to a more friendly go mod format

v1.2

13 Mar 21:50
Compare
Choose a tag to compare
Add interfaces to setup kernel keyring labeling

v1.1

18 Jan 19:47
Compare
Choose a tag to compare
Expand the list of relabel exclude paths
Verify labels when user passes them in

Finally declare a version 1.0.0

08 Jan 15:45
51c6c0a
Compare
Choose a tag to compare

We have been just vendoring, but in order to package software for debian, they want formal versions. Time to declare version 1.0 of selinux go bindings.

v1.0.0-rc1

23 Apr 22:49
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

This marks the first and possibly only release-candidate for the the selinux project as we wait from major projects to hear about the go library integration.