>From a0e6a8f2453dd1f990acdc4c78790d1985323518 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 21 Nov 2008 19:05:08 +0000 Subject: [PATCH] Set the httpd_sys_script_rw_t context to various bodhi locations diff --git a/manifests/services/bodhi.pp b/manifests/services/bodhi.pp index 5a7a5d6..a0789a0 100644 --- a/manifests/services/bodhi.pp +++ b/manifests/services/bodhi.pp @@ -163,6 +163,14 @@ class bodhi-masher inherits bodhi-wsgi-server { mode => '0440' } + semanage_fcontext { '/home/masher/.cvspass': + type => 'httpd_sys_script_rw_t' + } + + semanage_fcontext { '/usr/share/bodhi/comps(/.*)?': + type => 'httpd_sys_script_rw_t' + } + } class bodhi-dev inherits bodhi-wsgi-server { -- 1.5.5.1