From 9f0c2546757b4c438d914c6d0299a53863df057f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 13 Oct 2010 22:31:42 +0300 Subject: [PATCH] Fixed SELinux context from rndc.conf. --- dns/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/manifests/init.pp b/dns/manifests/init.pp index 1b0f743..103e28b 100644 --- a/dns/manifests/init.pp +++ b/dns/manifests/init.pp @@ -40,6 +40,7 @@ class dns::server { }, require => Exec["rndc-confgen"], notify => Service["named"], + seltype => "dnssec_t", } service { "named":