summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-19 14:49:47 +0100
committermh <mh@immerda.ch>2013-01-19 14:49:47 +0100
commitd4e8331218db1f35caf69484f8e71adb6f852fab (patch)
tree908632f78d19996a5d939ea17db067b9cb8993de
parent31650828b8c9cce731a52b735b40e6c95f6c3fa1 (diff)
manage fcontext of charon ctl
-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';
+ }
}
}