AO SELinux Changelog

ao-selinux-1.1.3

Release Notes

  • Now supports Java 9+ modules with included module-info.class.

ao-selinux-1.1.2

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Updated dependencies.

ao-selinux-1.1.1

Release Notes

  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

ao-selinux-1.1.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Added support for SCTP, since SELinux policies in RedHat 7.6 include SCTP (see sudo semanage port -l | grep sctp.

ao-selinux-1.0.0

Release Notes

  • New Java API for managing Security-Enhanced Linux (SELinux).
  • Added support for semanage port commands.
  • Using Protocol class from new AO Net Types project.
  • Updated dependencies.