skullbocks wrote:Thank you for your reply.
I have the same file in
- Code: Select all
/etc/dbus-1/system.d/
but the issue still remain.
remove follow lines from the file as Lxnay explained:
- Code: Select all
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
After changes , you'll have
https://github.com/Sabayon/entropy/blob ... .Rigo.conf- Code: Select all
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy group="entropy">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy context="default">
<deny send_destination="org.sabayon.Rigo"/>
</policy>
</busconfig>