fix(dbus): Update DBus policy file path and interface name
Change the comment to reflect the new DBus policy file location. Adjust the interface name to use `PiControl` instead of `picontrol` for consistency.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- /etc/dbus-1/system.d/revpi-middleware.conf -->
|
||||
<!-- /usr/share/dbus-1/system.d/com.revolutionpi.middleware1.conf -->
|
||||
<busconfig>
|
||||
<!-- Allow full access to root as the bus owner -->
|
||||
<policy user="root">
|
||||
@@ -12,7 +12,7 @@
|
||||
<allow send_destination="com.revolutionpi.middleware1"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
<allow send_destination="com.revolutionpi.middleware1"
|
||||
send_interface="com.revolutionpi.middleware1.picontrol"/>
|
||||
send_interface="com.revolutionpi.middleware1.PiControl"/>
|
||||
</policy>
|
||||
|
||||
<!-- Standard-Policy -->
|
||||
|
||||
Reference in New Issue
Block a user