Displaying 2 results from an estimated 2 matches for "httpd_setrlimit".
2012 Nov 20
4
selinux policy and httpd
I upgraded a development server last week, and it started spewing selinux
errors to the log. I googled. What finally *seems* to have stopped it was
a) setsebool -P httpd_setrlimit 1
b) yum downgrade selinux-policy\*
This is on a 6.3 box. Has anyone else seen this behaviour?
mark
2012 Jun 15
1
Puppet + Passenger SELinux issues
...create append };
allow httpd_t puppet_var_run_t:dir { search getattr };
allow httpd_t rpm_t:dir { getattr search };
allow httpd_t rpm_t:file { read open };
allow httpd_t rpm_var_lib_t:dir { search getattr };
allow httpd_t rpm_var_lib_t:file open;
#!!!! This avc can be allowed using the boolean 'httpd_setrlimit'
allow httpd_t self:capability sys_resource;
allow httpd_t self:capability sys_ptrace;
allow httpd_t self:process setexec;
allow httpd_t semanage_t:dir { getattr search };
allow httpd_t semanage_t:file { read open };
allow httpd_t setfiles_t:dir { getattr search };
allow httpd_t setfiles_t:fil...