mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-10 14:51:42 +00:00
fix(debian): align Debian log directory with apparmor profile
Debian ships with an apparmor profile that specifies /var/log/named as the permissible log directory.
This commit is contained in:
parent
7cad5ea5c2
commit
b5efc0b9bd
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
'named_directory': '/var/cache/bind',
|
||||
'zones_directory': '/var/cache/bind/zones',
|
||||
'chroot_dir': '',
|
||||
'log_dir': '/var/log/bind9',
|
||||
'log_dir': '/var/log/named',
|
||||
'log_mode': '644',
|
||||
'user': 'bind',
|
||||
'group': 'bind',
|
||||
|
|
|
@ -11,7 +11,7 @@ logs_mode = '0775'
|
|||
named_directory = '/var/cache/bind'
|
||||
zones_directory = '/var/cache/bind/zones'
|
||||
keys_directory = '/etc/bind/keys'
|
||||
log_directory = '/var/log/bind9'
|
||||
log_directory = '/var/log/named'
|
||||
keys_mode = '02755'
|
||||
conf_mode = '0644'
|
||||
config = '/etc/bind/named.conf'
|
||||
|
|
Loading…
Add table
Reference in a new issue