/etc/dbus-1/system.d/frameworkd.conf is in fso-frameworkd 0.8.5.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | <!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.freesmartphone.testing"/>
<allow send_path="/org/freesmartphone/Testing"/>
<allow send_destination="org.freesmartphone.testing"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.onetworkd"/>
<allow send_path="/org/freesmartphone/Network"/>
<allow send_destination="org.freesmartphone.onetworkd"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.frameworkd"/>
<allow send_path="/org/freesmartphone/Framework"/>
<allow send_destination="org.freesmartphone.framework"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.odeviced"/>
<allow send_path="/org/freesmartphone/Device"/>
<allow send_destination="org.freesmartphone.odeviced"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.oeventsd"/>
<allow send_path="/org/freesmartphone/Events"/>
<allow send_destination="org.freesmartphone.oeventsd"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.ousaged"/>
<allow send_path="/org/freesmartphone/Usage"/>
<allow send_destination="org.freesmartphone.ousaged"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.ogsmd"/>
<allow send_path="/org/freesmartphone/GSM"/>
<allow send_destination="org.freesmartphone.ogsmd"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.ogpsd"/>
<allow own="org.freedesktop.Gypsy"/>
<allow send_path="/org/freedesktop/Gypsy"/>
<allow send_destination="org.freedesktop.ogpsd"/>
<allow send_destination="org.freedesktop.Gypsy"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.opreferencesd"/>
<allow send_path="/org/freesmartphone/Preferences"/>
<allow send_destination="org.freesmartphone.opreferencesd"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.ophoned"/>
<allow send_path="/org/freesmartphone/Phone"/>
<allow send_destination="org.freesmartphone.ophoned"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.opimd"/>
<allow send_path="/org/freesmartphone/PIM"/>
<allow send_destination="org.freesmartphone.opimd"/>
</policy>
<policy user="root">
<allow own="org.freesmartphone.otimed"/>
<allow send_path="/org/freesmartphone/Time"/>
<allow send_destination="org.freesmartphone.otimed"/>
</policy>
</busconfig>
|