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.
1 parent 794fa4c commit d37a337Copy full SHA for d37a337
templates/unicorn_selinux_template
@@ -17,6 +17,9 @@ module nginx 1.2;
17
18
#============= httpd_t ==============
19
allow httpd_t puppet_var_run_t:sock_file write;
20
+allow httpd_t self:process setrlimit;
21
+allow httpd_t var_t:dir setattr;
22
+allow httpd_t var_t:file { read getattr unlink };
23
allow httpd_t puppet_var_run_t:dir search;
24
allow httpd_t init_t:unix_stream_socket connectto;
25
<% if @backup_upstream %>
0 commit comments