hosts/plover: update Bind service settings

This commit is contained in:
Gabriel Arazas 2023-07-27 22:20:50 +08:00
parent 0ae9b2033e
commit eef1ff0b32
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -239,6 +239,8 @@ in
RuntimeDirectoryMode = "0750";
CacheDirectory = "named";
CacheDirectoryMode = "0750";
ConfigurationDirectory = "bind";
ConfigurationDirectoryMode = "0755";
# Filtering system calls.
SystemCallFilter = [ "@system-service" ];