Fixed SELinux context from rndc.conf.

This commit is contained in:
Timo Mkinen 2010-10-13 22:31:42 +03:00
parent f068458514
commit 9f0c254675

View file

@ -40,6 +40,7 @@ class dns::server {
}, },
require => Exec["rndc-confgen"], require => Exec["rndc-confgen"],
notify => Service["named"], notify => Service["named"],
seltype => "dnssec_t",
} }
service { "named": service { "named":