Skip to content

Releases: opencontainers/selinux

v1.11.1

16 Oct 00:44
44b3337
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

08 Feb 12:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.2...v1.11.0

v1.10.2

28 Sep 23:04
Compare
Choose a tag to compare

What's Changed

  • Bump to v1.10.1 by @rhatdan in #174
  • gha: update golangci-lint to v1.46, add Go 1.18, remove Go 1.15 by @thaJeztah in #179
  • vendor: golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 by @thaJeztah in #178
  • Allow relabeling of files/directories under /usr prefix by @rhatdan in #180
  • selinux.Chcon should check legal rather then just label.Relabel by @rhatdan in #181
  • If chcon fails, check if label is already correct by @rhatdan in #177

Full Changelog: v1.10.1...v1.10.2

v1.10.1

29 Mar 11:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

19 Nov 15:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.10.0

v1.9.1

06 Oct 22:41
95d3852
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

06 Oct 18:51
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zhsj made their first contribution in #159

Full Changelog: v1.8.5...v1.9.0

v1.8.5

09 Sep 18:49
Compare
Choose a tag to compare
Lazy init
readConfig,loadLabels: stop using regex
Lazy initialization for labels
Lazy initialization for policyRoot
readCon speedup
writeCon: no need to wrap os.Write error
(Context).get: speedup

v1.8.4

09 Aug 14:19
Compare
Choose a tag to compare
Add pwalkdir, speed up chcon
pkg/pwalk: fix minor docs issues
Chcon: speedup for Go 1.16+
pkg/pwalkdir: add
pkg/pwalk: fix minor docs issues

v1.8.3

02 Aug 18:15
Compare
Choose a tag to compare
  • Remove all uses of pkg/errors, switching to golang's native error wrapping
  • Replace obsoleted os.IsPermission / os.IsNotExist with errors.Is
  • Make sure to not return bare unix errors (errno) from public functions.
  • ci: enable errorlint, fix or suppress its warnings
  • ci: enable gofumpt linter