Top "Selinux" questions

NSA Security-Enhanced Linux (SELinux) is an implementation of a flexible mandatory access control architecture in the Linux operating system.

Centos 7 phpmyadmin 403 Forbidden

I get an permission error when i try to run localhost/phpmyadmin on Centos 7: Forbidden You don't have permission to …

apache phpmyadmin centos7 selinux
Permission denied: httpd: could not open error log file /etc/httpd/logs/error_log

When I want to restart the httpd searvice on centOS 6.7 I have the following error: /etc/init.d/httpd restart …

php apache httpd.conf selinux
How to completely disable SELinux in Android L in the init.rc file?

I want to disable SELinux at boot time for Android L or 5. The reason is because my daemon is not …

android android-ndk android-5.0-lollipop android-4.4-kitkat selinux
proxy_pass isn't working when SELinux is enabled, why?

I'm having an application listening on port 8081 and Nginx running on port 8080. The proxy pass statement looks like: $ cat /var/…

nginx reverse-proxy selinux
RedHat 6/Oracle Linux 6 is not allowing key authentication via ssh

Keys are properly deployed in ~/.ssh/authorized_keys Yet ssh keeps on prompting for a password.

redhat selinux sshd oracle-enterprise-linux
mod_wsgi: ImportError: No module named 'encodings'

I'm using Apache 2.2.15 on CentOS 6.5. I'm trying to set up a Django app using mod_wsgi. I'm using a virtual …

python apache centos mod-wsgi selinux
zabbix agent service failed, PID not readable

I'm trying to run zabbix-agent 3.0.4 on CentOS7, systemd failed to start the zabbix agent, from journalctl -xe PID file /run/…

centos7 zabbix selinux
What is the meaning of "avc: denied { read } for name..." line in logcat?

I am wondering about avc: denied messages in my logcat. W/RenderThread: type=1400 audit(0.0:631436): avc: denied { read } for name="perf_…

android logcat android-logcat selinux
Troubleshooting "Permission denied" when attempting to connect to Redis from PHP script

Port 6379 is open on the server, and I can successfully run telnet localhost 6379 in SSH. I tried both Predis/phpredis …

php redis selinux
SELinux Permission Denied for a new framework service in android

I have added a new System Service into Android Framework in earlier versions (4.4) following this tutorial from Texas Instruments But …

android selinux