summaryrefslogtreecommitdiff
path: root/manifests/defaultphpdirs.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-02-21 15:57:30 +0100
committermh <mh@immerda.ch>2012-02-21 15:57:30 +0100
commit6094ea451f4adf18c36bbef5cdb580aaf9b21542 (patch)
treef546eaca5a9c6da442137cb2ce747c133ead8e8a /manifests/defaultphpdirs.pp
parent873216d9a86b6dacf34b8f4508f3978859bc84b8 (diff)
use correct selinux type
Diffstat (limited to 'manifests/defaultphpdirs.pp')
-rw-r--r--manifests/defaultphpdirs.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defaultphpdirs.pp b/manifests/defaultphpdirs.pp
index e8b3e4e..93f7f1f 100644
--- a/manifests/defaultphpdirs.pp
+++ b/manifests/defaultphpdirs.pp
@@ -14,7 +14,7 @@ class apache::defaultphpdirs {
selinux::fcontext{
['/var/www/upload_tmp_dir/.+(/.*)?',
'/var/www/session.save_path/.+(/.*)?']:
- setype => 'httpd_sys_rw_content_t',
+ setype => 'httpd_sys_script_rw_t',
before => File['/var/www/upload_tmp_dir','/var/www/session.save_path'];
}
}