iface-modem-3gpp-profile-manager: new interface for profile management
This interface will provide support for the profile management operations in different modem types. This initial commit introduces support for the interface and provides handlers for the methods that may be called in the interface.
This commit is contained in:
@@ -184,6 +184,21 @@
|
||||
send_interface="org.freedesktop.ModemManager1.Bearer"
|
||||
send_member="Disconnect"/>
|
||||
|
||||
<!-- org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager.xml -->
|
||||
|
||||
<!-- Protected by the Device.Control policy rule -->
|
||||
<allow send_destination="org.freedesktop.ModemManager1"
|
||||
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
|
||||
send_member="List"/>
|
||||
|
||||
<allow send_destination="org.freedesktop.ModemManager1"
|
||||
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
|
||||
send_member="Set"/>
|
||||
|
||||
<allow send_destination="org.freedesktop.ModemManager1"
|
||||
send_interface="org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager"
|
||||
send_member="Delete"/>
|
||||
|
||||
<!-- org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml -->
|
||||
|
||||
<!-- Protected by the USSD policy rule -->
|
||||
|
Reference in New Issue
Block a user