-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resources): add
dbus
config for application
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!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="com.mirrorApp"/> | ||
<allow send_destination="com.mirrorApp"/> | ||
<allow send_destination="org.bluez"/> | ||
</policy> | ||
<policy user="pi"> | ||
<allow own="com.mirrorApp"/> | ||
<allow send_destination="com.mirrorApp"/> | ||
<allow send_destination="org.bluez"/> | ||
</policy> | ||
<policy at_console="true"> | ||
<allow own="com.mirrorApp"/> | ||
<allow send_destination="com.mirrorApp"/> | ||
<allow send_destination="org.bluez"/> | ||
</policy> | ||
<policy context="default"> | ||
<deny send_destination="com.mirrorApp"/> | ||
</policy> | ||
</busconfig> |