We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw Audit Messages type=AVC msg=audit(1573184726.101:864): avc: denied { connectto } for pid=17463 comm="sudo" path="/run/dbus/system_bus_socket" scontext=system_u:system_r:zabbix_agent_t:s0 tcontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tclass=unix_stream_socket permissive=0
Also related: SELinux is preventing /usr/bin/node from write access on the sock_file rpc.sock.
Raw Audit Messages type=AVC msg=audit(1573184726.86:862): avc: denied { write } for pid=17465 comm="node" name="rpc.sock" dev="dm-0" ino=50787429 scontext=system_u:system_r:zabbix_agent_t:s0 tcontext=unconfined_u:object_r:var_log_t:s0 tclass=sock_file permissive=0
Can this be resolved with a simple context change, or do I need to install new policy modules?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Raw Audit Messages
type=AVC msg=audit(1573184726.101:864): avc: denied { connectto } for pid=17463 comm="sudo" path="/run/dbus/system_bus_socket" scontext=system_u:system_r:zabbix_agent_t:s0 tcontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tclass=unix_stream_socket permissive=0
Also related:
SELinux is preventing /usr/bin/node from write access on the sock_file rpc.sock.
Raw Audit Messages
type=AVC msg=audit(1573184726.86:862): avc: denied { write } for pid=17465 comm="node" name="rpc.sock" dev="dm-0" ino=50787429 scontext=system_u:system_r:zabbix_agent_t:s0 tcontext=unconfined_u:object_r:var_log_t:s0 tclass=sock_file permissive=0
Can this be resolved with a simple context change, or do I need to install new policy modules?
The text was updated successfully, but these errors were encountered: