Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.25 KB

CHANGES.rst

File metadata and controls

49 lines (30 loc) · 1.25 KB

Changelog

debops-contrib.apparmor

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is ypid_.

debops-contrib.apparmor v0.1.0 - unreleased

Added

Changed

  • Renamed apparmor_enable to :envvar:`apparmor__enabled`. [ypid_]

  • Changed namespace from apparmor_ to apparmor__. apparmor_[^_] variables are hereby deprecated and you might need to update your inventory. This oneliner might come in handy to do this.

    git ls-files -z | find -type f -print0 | xargs --null sed --in-place --regexp-extended 's/(apparmor)_([^_])/\1__\2/g'

    [ypid_]

  • Use Ansible local fact ansible_cmdline to detect if kernel has been started with AppArmor enabled. [ypid_]

Fixed

  • Fix support for Ubuntu Trusty. [ypid_]