Manages AppArmor
Allows you to enforce a global mode for AppArmor.
Ubuntu:
- complain
- enforce
- disable (default)
SuSE:
- complain (default)
- enforce
Installs apparmor-utils to be able to manage AppArmor
This module requires pluginsync enabled
class { 'apparmor':
mode => 'disable',
}
Just a single class to set apparmor to disable, complain or enforce
- mode: disable, complain, enforce
Tested on:
- Ubuntu 14.04
- SLES 11 SP3
We are pushing to have acceptance testing in place, so any new feature should have some test to check both presence and absence of any feature
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request