etherpadlite: semanage port for etherpad-lite webui

This commit is contained in:
Ossi Salmi 2013-05-17 14:24:45 +03:00
parent 597c118cb2
commit d2998eb164

View file

@ -13,4 +13,9 @@ class etherpadlite {
require => User["etherpad"],
}
selinux::manage_port { "9001":
type => "http_port_t",
proto => "tcp",
}
}