Hi,Note: in order NOT to have these errors, you should set SELINUX to permissive mode. However this is not a good practice.I am facing this error while installing git osticket into plain deafult install of Centos7.webserver is nginx + php-fpmI see no errors in the logs, just the annoying Configuration file is not writableNginx is running as user nginx (default in centos 7)php-fpm is running as nginxosticket is installed in /var/www/html/osticketFile details:-rw-rw-rw-. 1 root root 4592 Jun 11 00 include/ost-config.phpdrwxr-xr-x. 13 root root 4096 Jun 11 00 osticketMy SELINUX settings on the file:# ls -laZ ost-config.php-rw-rw-rw-. root root unconfined_u ost-config.php#My selinux audit logs in permissive mode:# tail /var/log/audit/audit.logtype=AVC msg=audit(1434002223.163): avc: denied { write } for pid=1668 comm="php-fpm" name="ost-config.php" dev="dm-1" ino=68679632 scontext=system_u tcontext=unconfined_u tclass=filetype=SYSCALL msg=audit(1434002223.163): arch=c000003e syscall=21 success=yes exit=0 a0=7f574a7a99f8 a1=2 a2=0 a3=ffffff00 items=0 ppid=1259 pid=1668 auid=4294967295 uid=998 gid=997 euid=998 suid=998 fsuid=998 egid=997 sgid=997 fsgid=997 tty=(none) ses=4294967295 comm="php-fpm" exe="/usr/sbin/php-fpm" subj=system_u key=(null)