From d2998eb164031eb4e6c86280438fb5096ec59324 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Fri, 17 May 2013 14:24:45 +0300 Subject: [PATCH] etherpadlite: semanage port for etherpad-lite webui --- etherpadlite/manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etherpadlite/manifests/init.pp b/etherpadlite/manifests/init.pp index fdb3ab8..591fc12 100644 --- a/etherpadlite/manifests/init.pp +++ b/etherpadlite/manifests/init.pp @@ -13,4 +13,9 @@ class etherpadlite { require => User["etherpad"], } + selinux::manage_port { "9001": + type => "http_port_t", + proto => "tcp", + } + }