summaryrefslogtreecommitdiff
path: root/manifests/centos/five.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos/five.pp')
-rw-r--r--manifests/centos/five.pp5
1 files changed, 5 insertions, 0 deletions
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';
+ }
}
}