Skip to content

Releases: pjbgf/go-apparmor

v0.1.2

28 Feb 19:59
26400cc
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang from 1.19-alpine to 1.20-alpine by @dependabot in #6
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #5
  • Bump golang.org/x/sys and Go version to 1.20 by @pjbgf in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Oct 08:14
4b3ebfb
Compare
Choose a tag to compare

Changes

  • Remove temporary file after operation. #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

14 Oct 18:50
59b7f13
Compare
Choose a tag to compare

Changes

  • Refactored hostop and apparmor APIs. #3
  • Improved handling of profiles by using the filesystem apparmor API. #3
  • New apparmor.PolicyLoaded() func to check whether a profile has been loaded into the kernel. #3

Full Changelog: v0.0.9...v0.1.0

v0.0.9

13 Aug 09:21
c501fcb
Compare
Choose a tag to compare

v0.0.8

13 Aug 09:19
a619446
Compare
Choose a tag to compare

v0.0.7

19 Nov 19:01
1fa9f15
Compare
Choose a tag to compare

Changes

  • Enforceable() now checks for the presence of binary apparmor_parser.

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Nov 10:49
0494151
Compare
Choose a tag to compare

Changes

  • Refactor API to acommodate when users don't want to provide a logger.

Full Changelog: v0.0.4...v0.0.6

v0.0.4

17 Nov 13:18
d7eeecc
Compare
Choose a tag to compare

Changes

  • Fix issue when using CRI-O, failing to identify the execution inside containers.
  • apparmor.Enforceable() now checks whether the AppArmor module is loaded into the kernel.

v0.0.3

11 Nov 10:05
d8c10d5
Compare
Choose a tag to compare

Initial version containing LoadProfile and DeleteProfile.