httpd -v Permission denied with selinux
by jeffrosquad from LinuxQuestions.org on (#5PVYR)
I can setenforce 0 and run httpd -v but I have to have setenforce 1 on my systems.
When selinux is on and I run httpd -v I get -bash: /sbin/httpd: Permission denied
[root@name sbin]# ls -laZ /sbin/httpd
-rwxr-xr-x. root root system_u:object_r:httpd_exec_t:s0 /sbin/httpd
Any clues how to make this work with selinux on?
When selinux is on and I run httpd -v I get -bash: /sbin/httpd: Permission denied
[root@name sbin]# ls -laZ /sbin/httpd
-rwxr-xr-x. root root system_u:object_r:httpd_exec_t:s0 /sbin/httpd
Any clues how to make this work with selinux on?