Skip to content

Commit de54403

Browse files
author
Tim Meusel
committed
update selinux module (missing type)
1 parent eb6c9af commit de54403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/unicorn_selinux_template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module nginx 1.1;
1+
module nginx 1.2;
22
require {
33
type httpd_t;
44
type puppet_var_run_t;
@@ -9,6 +9,7 @@ module nginx 1.1;
99
class unix_stream_socket connectto;
1010
<% if @backup_upstream %>
1111
type puppet_port_t;
12+
type transproxy_port_t;
1213
class tcp_socket name_connect;
1314
class tcp_socket name_bind;
1415
<% end %>

0 commit comments

Comments
 (0)