Após o upgrade do RHEL7.3 para o 7.4 na VM e a execução do comando systemctl disable xinetd
, ocorre o seguinte erro:
Error getting authority: Error initializing authority: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An SELinux policy prevents this sender from sending this message to this recipient, 0 matched rules; type="method_call", sender="(null)" (inactive) interface="org.freedesktop.DBus" member="Hello" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus) (g-dbus-error-quark, 9)
Verifiquei que o serviço polkit está sendo executado e executei todos os comandos a seguir:
systemctl status dbus
ps -ef | grep polkitd
/usr/lib/polkit-1/polkitd --no-debug
journalctl -b | grep polkit
yum reinstall polkit
systemctl status polkit.service; systemctl status polkit
mas ainda estou recebendo o mesmo erro.