Hi,
I have a fresh install of a zabbix server on a CentOS8.3. I installed zabbix 5.2 according to the docs. Now the zabbix-server does not start:
type=AVC msg=audit(1615928981.861:41680): avc: denied { dac_override } for pid=68184 comm="zabbix_server" capability=1 scontext=system_u:system_r:zabbix_t:s0 tcontext=sys
tem_u:system_r:zabbix_t:s0 tclass=capability permissive=0
type=SYSCALL msg=audit(1615928981.861:41680): arch=c000003e syscall=21 success=no exit=-13 a0=55d036517e50 a1=6 a2=7fffe5d4d910 a3=0 items=1 ppid=1 pid=68184 auid=4294967295
uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="zabbix_server" exe="/usr/sbin/zabbix_server_pgsql" subj=system_u:system_r:zabbix_t:s0
key=(null)ARCH=x86_64 SYSCALL=access AUID="unset" UID="root" GID="root" EUID="root" SUID="root" FSUID="root" EGID="root" SGID="root" FSGID="root"
type=CWD msg=audit(1615928981.861:41680): cwd="/"
type=PATH msg=audit(1615928981.861:41680): item=0 name="/var/run/zabbix" inode=84129 dev=00:18 mode=040755 ouid=993 ogid=496 rdev=00:00 obj=system_u
bject_r:zabbix_var_run_t
:s0 nametype=NORMAL cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0OUID="zabbix" OGID="zabbix"
I searched the internet for that selinux policy problem, but nothing really useful.
Any ideas here?
I have a fresh install of a zabbix server on a CentOS8.3. I installed zabbix 5.2 according to the docs. Now the zabbix-server does not start:
type=AVC msg=audit(1615928981.861:41680): avc: denied { dac_override } for pid=68184 comm="zabbix_server" capability=1 scontext=system_u:system_r:zabbix_t:s0 tcontext=sys
tem_u:system_r:zabbix_t:s0 tclass=capability permissive=0
type=SYSCALL msg=audit(1615928981.861:41680): arch=c000003e syscall=21 success=no exit=-13 a0=55d036517e50 a1=6 a2=7fffe5d4d910 a3=0 items=1 ppid=1 pid=68184 auid=4294967295
uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="zabbix_server" exe="/usr/sbin/zabbix_server_pgsql" subj=system_u:system_r:zabbix_t:s0
key=(null)ARCH=x86_64 SYSCALL=access AUID="unset" UID="root" GID="root" EUID="root" SUID="root" FSUID="root" EGID="root" SGID="root" FSGID="root"
type=CWD msg=audit(1615928981.861:41680): cwd="/"
type=PATH msg=audit(1615928981.861:41680): item=0 name="/var/run/zabbix" inode=84129 dev=00:18 mode=040755 ouid=993 ogid=496 rdev=00:00 obj=system_u
bject_r:zabbix_var_run_t:s0 nametype=NORMAL cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0OUID="zabbix" OGID="zabbix"
I searched the internet for that selinux policy problem, but nothing really useful.
Any ideas here?
Comment