Skip to content

Commit

Permalink
Fix default usb config, so we do not need the patch in Mer/Nemo anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jan 17, 2013
1 parent b383aa0 commit 6243593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/usb_moded.conf
Expand Up @@ -8,13 +8,13 @@
<allow send_destination="com.meego.usb_moded"
send_interface="com.meego.usb_moded"/>
</policy>
<policy user="user">
<policy context="default">
<allow send_destination="com.meego.usb_moded"
send_interface="com.meego.usb_moded" send_member="set_mode"/>
<allow send_destination="com.meego.usb_moded"
send_interface="com.meego.usb_moded" send_member="mode_request"/>
</policy>
<policy context="default">
<allow send_destination="com.meego.usb_moded"
send_interface="com.meego.usb_moded" send_member="set_config"/>
<deny own="com.meego.usb_moded"/>
</policy>
</busconfig>
Expand Down

0 comments on commit 6243593

Please sign in to comment.