Red Hat Bugzilla – Bug 1045041
Support for nginx (runs as initrc_t)
Last modified: 2014-10-14 03:58:56 EDT
Description of problem: We are using Nginx quiet a lot, in combination with php-fpm (which runs oke with selinux). But in EL 6 nginx runs in the initrc_t domain. Dan told me that EL7 has proper support for nginx. Can it be supported to EL 6.6 too?
(In reply to Gerwin Krist from comment #0) > Description of problem: > We are using Nginx quiet a lot, in combination with php-fpm (which runs oke > with selinux). But in EL 6 nginx runs in the initrc_t domain. Dan told me > that EL7 has proper support for nginx. > > Can it be supported to EL 6.6 too? Yes, we have apache.fc:/etc/nginx(/.*)? gen_context(system_u:object_r:httpd_config_t,s0) apache.fc:/usr/lib/systemd/system/nginx.* -- gen_context(system_u:object_r:httpd_unit_file_t,s0) apache.fc:/usr/sbin/nginx -- gen_context(system_u:object_r:httpd_exec_t,s0) apache.fc:/var/lib/nginx(/.*)? gen_context(system_u:object_r:httpd_var_lib_t,s0) apache.fc:/var/log/nginx(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) apache.fc:/var/run/nginx.* gen_context(system_u:object_r:httpd_var_run_t,s0)
There are scratch builds for testing https://brewweb.devel.redhat.com/taskinfo?taskID=7361115
Thank you Miroslav, this build helped me to verify 2 bugs and find one new
commit 43d708fda454aed738da8fe19ab747b94fdb22ad Author: Miroslav Grepl <mgrepl@redhat.com> Date: Thu Apr 17 07:57:39 2014 +0200 Add support for nginx
all right, patch sent.
patch sent. commit 0b9787033f1973540dfed566343db569c30cacac Author: Lukas Vrabec <lvrabec@redhat.com> Date: Wed Jul 16 11:29:12 2014 +0200 Label nginx init script as httpd_initrc_exec_t BZ #1045041
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1568.html