From d4e8331218db1f35caf69484f8e71adb6f852fab Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 19 Jan 2013 14:49:47 +0100 Subject: manage fcontext of charon ctl --- manifests/centos/five.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/centos/five.pp b/manifests/centos/five.pp index 1b4ef0f..8209e24 100644 --- a/manifests/centos/five.pp +++ b/manifests/centos/five.pp @@ -5,5 +5,10 @@ class strongswan::centos::five inherits strongswan::base { ensure => installed, before => Service['ipsec'], } + + selinux::fcontext{ + '/var/run/charon.ctl': + setype => 'ipsec_var_run_t'; + } } } -- cgit v1.2.3