Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 614 Bytes

mms-engine.conf

File metadata and controls

20 lines (18 loc) · 614 Bytes
 
Feb 17, 2014
Feb 17, 2014
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!-- This file goes to /etc/dbus-1/system.d */
<busconfig>
<policy user="nemo">
<allow own="com.jolla.mms.handler"/>
</policy>
<policy user="root">
<allow own="com.jolla.mms.handler"/>
<allow send_destination="com.jolla.mms.handler"
send_interface="com.jolla.mms.handler"/>
</policy>
<!-- allow radio user (ofono) signaling -->
<policy user="radio">
<allow send_destination="com.jolla.mms.handler"/>
</policy>
</busconfig>