SELinux가 말한 대로 이 문제를 해결하고 싶습니다.
SELinux is preventing /usr/local/bin/php from read access on the file /web/inc/init_db.inc.php.
콘솔 출력은 다음과 같습니다:
[root@rhel ~]# ausearch -c 'php' --raw | audit2allow -M my-php
compilation failed:
my-php.te:15:ERROR 'syntax error' at token 'mlsconstrain' on line 15:
mlsconstrain file { ioctl read lock execute execute_no_trans } ((h1 dom h2 -Fail-) or (t1 != mcs_constrained_type -Fail-) ); Constraint DENIED
mlsconstrain file { write setattr append unlink link rename } ((h1 dom h2 -Fail-) or (t1 != mcs_constrained_type -Fail-) ); Constraint DENIED
/usr/bin/checkmodule: error(s) encountered while parsing configuration
저는 이런 문제를 겪어본 적이 없습니다. 어떻게 해야 합니까?