We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8174acb + 1c1fb12 commit 9d810f8Copy full SHA for 9d810f8
templates/unicorn_selinux_template
@@ -1,12 +1,15 @@
1
-module nginx 1.0;
+module nginx 1.1;
2
require {
3
type httpd_t;
4
type puppet_var_run_t;
5
+ type init_t;
6
class process setrlimit;
7
class sock_file write;
8
class dir search;
9
+ class unix_stream_socket connectto;
10
}
11
12
#============= httpd_t ==============
13
allow httpd_t puppet_var_run_t:sock_file write;
14
allow httpd_t puppet_var_run_t:dir search;
15
+allow httpd_t init_t:unix_stream_socket connectto;
0 commit comments