saltstack-formulas / bind-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
29 stars 117 forks source link

Align Debian log directory with apparmor profile #145

Closed tedski closed 4 years ago

tedski commented 4 years ago

Debian ships with an apparmor profile that specifies /var/log/named as the permissible log directory.

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

n/a

Describe the changes you're proposing

Debian ships with an apparmor profile that specifies /var/log/named as the permissible log directory.

Pillar / config required to test the proposed changes

None

Debug log showing how the proposed changes work

Tested on all debian variants in kitchen.yml

  ✔  Directory /var/log/named: should exist
     ✔  Directory /var/log/named owner should eq "root"
     ✔  Directory /var/log/named group should eq "bind"
     ✔  Directory /var/log/named mode should cmp == "0775"

Documentation checklist

Testing checklist

Additional context

javierbertoli commented 4 years ago

Thanks, @tedski !

saltstack-formulas-travis commented 4 years ago

:tada: This PR is included in version 0.19.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: