Skip to content

Commit

Permalink
Remove log from dbus method calls
Browse files Browse the repository at this point in the history
Remove all the traces like this:
 
Jul 22 09:27:44 raspberrypi dbus-daemon[371]: [system] Would reject message, 2 matched rules; type="method_call", sender=":1.22" (uid=1000 pid=865 comm="/usr/bin/python3 /usr/local/bin/wm-gw ") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="com.wirepas.sink.sink1" (uid=1000 pid=344 comm="/home/pi/wirepas/sinkService -i 1 ")

from /var/log.
  • Loading branch information
GwendalRaoul committed Jul 22, 2020
1 parent 2a8b3a9 commit 3f493eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sink_service/com.wirepas.sink.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<allow own="com.wirepas.sink.sink8"/>
<allow own="com.wirepas.sink.sink9"/>

<allow send_type="method_call" log="true"/>
<allow send_type="method_call"/>
</policy>

</busconfig>

0 comments on commit 3f493eb

Please sign in to comment.