php72-fpm

时间:2019-04-24 11:13:34

标签: centos selinux

php72的selinux权限

我在我的audit.log中得到了这些

type=AVC msg=audit(1556103659.046:16944): avc:  denied  { execute } for  pid=30415 comm="php-fpm" path="/opt/remi/php72/root/usr/lib64/php/modules/amazon-elasticache-cluster-client.so" dev="xvda1" ino=11870411 scontext=system_u:system_r:httpd_t:s0 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=file permissive=1
type=SYSCALL msg=audit(1556103659.046:16944): arch=c000003e syscall=9 success=yes exit=140351971074048 a0=0 a1=259860 a2=5 a3=802 items=0 ppid=1 pid=30415 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="php-fpm" exe="/opt/remi/php72/root/usr/sbin/php-fpm" subj=system_u:system_r:httpd_t:s0 key=(null)

什么是允许php-fpm访问amazon-elasticache-cluster-client.so的正确方法

1 个答案:

答案 0 :(得分:0)

我认为这是在模块从用户目录(因此带有其selinux上下文)移动而不是被复制时发生的。

还原默认上下文应修复此AVC

restorecon -R /opt/remi/php72/root/usr/lib64/php/modules