<!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.tizen.system.storage"/>
- <allow send_destination="org.tizen.system.storage"/>
- </policy>
-
<policy context="default">
- <allow send_destination="org.tizen.system.storage"/>
-
- <deny send_destination="org.tizen.system.storage"
- send_interface="org.tizen.system.storage.storage"/>
-
+ <deny send_destination="org.tizen.system.storage"/>
+ <allow send_destination="org.tizen.system.storage" send_type="signal"/>
<check send_destination="org.tizen.system.storage"
send_interface="org.tizen.system.storage.storage"
privilege="http://tizen.org/privilege/externalstorage"/>