>From 5a58dc586baec0eef83dc36558dfe14a50d64dce Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 21 Nov 2008 19:04:22 +0000 Subject: [PATCH] Set the proper context of /cvs and /srv/cache on cvs diff --git a/manifests/servergroups/cvs.pp b/manifests/servergroups/cvs.pp index c2c884f..6f0a721 100644 --- a/manifests/servergroups/cvs.pp +++ b/manifests/servergroups/cvs.pp @@ -28,4 +28,12 @@ class cvs { bool => 'on' } + semanage_fcontext { '/cvs': + type => 'httpd_sys_content_t' + } + + semanage_fcontext { '/srv/cache(/.*)?': + type => 'httpd_sys_script_rw_t' + } + } -- 1.5.5.1