Releases: opencontainers/selinux
Releases · opencontainers/selinux
v1.3.1
Add errors.Wrap to indicate the file relabel failed on
selinux: verify that writes to /proc/... are on procfs
v1.3.0
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
Ignore attempts to setLabels "" on SELinux disabled systems
v1.2.1
- 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
Add interfaces to setup kernel keyring labeling
v1.1
Expand the list of relabel exclude paths
Verify labels when user passes them in
Finally declare a version 1.0.0
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
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.