aboutsummaryrefslogtreecommitdiff
path: root/data/org.freedesktop.ModemManager1.conf.polkit
AgeCommit message (Collapse)Author
2023-06-08api: new carrier lock supportUjjwal Pande
Adding support for carrier lock for MBIM modems using google simlock mechanism.
2021-04-30iface-modem-3gpp: define new API to disable facility locksMichal Mazur
2021-04-29iface-modem-3gpp-profile-manager: new interface for profile managementAleksander Morgado
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.
2019-09-25polkit,conf: trivial comment update regarding Signal.Setup()Aleksander Morgado
2019-09-25polkit,conf: add missing firmware management methodsAleksander Morgado
2019-09-25polkit,conf: add missing OMA methodsAleksander Morgado
2019-09-25polkit,time: protect GetNetworkTime() with a new 'Time' policy ruleAleksander Morgado
2019-09-25polkit,conf: add missing supplementary voice service methodsAleksander Morgado
2019-09-25polkit,conf: add missing InjectAssistanceDataAleksander Morgado
2019-09-25polkit,conf: add missing SetInitialEpsBearerSettingsAleksander Morgado
2019-09-25polkit,conf: add missing SetEpsUeModeOperationAleksander Morgado
2019-09-25polkit,conf: add missing SetCurrentCapabilitiesAleksander Morgado
2019-09-25polkit,conf: add missing SetPowerStateAleksander Morgado
2019-09-25policy,conf: use SetCurrentBands instead of SetBandsAleksander Morgado
2019-09-24policy: Use SetCurrentModes instead of SetAllowedModesMohammed Sadiq
There is no DBus API for SetAllowedModes, but only for SetCurrentModes.
2018-12-07policy: Call method name should be SendDtmf rather than SendToneBob Ham
The method on MMBaseCall is send_tone but the D-Bus method call is SendDtmf. Without this patch, calls return org.freedesktop.DBus.Error.AccessDenied.
2017-08-12polkit: add missing Location interface method rulesAleksander Morgado
https://bugs.freedesktop.org/show_bug.cgi?id=102182
2015-08-02polkit: added Voice policy ruleAleksander Morgado
2015-07-15policy: don't prevent us from receiving signalsDavid Herrmann
By using: <deny send_destination="org.freedesktop.ModemManager1"/> ..we prevent anyone on the system from sending us signals, even if we subscribed to them. This is clearly not what this line intended. More importantly, we silently break mm-auth-provider-polkit, as we never receiver 'changed' signals via PolkitAuthority. Right now, this is not required by the implementation of PolkitAuthority, but ModemManager should not place restrictions on the implementation of external libraries. So make sure we only prevent Method-Calls to be sent to us. Any other message that we didn't expect is automatically discarded by gdbus, anyway. Without this change, debugging dbus policies constantly shows messages that Polkit couldn't send the 'changed' signal to ModemManager. This is suppressed in non-debugging mode. But it would make debugging a lot easier, if we'd avoid force-dropping those events and not clutter the debug-log.
2014-07-11polkit: fix Location.Setup() authorization rulesAleksander Morgado
2013-08-21api,introspection: new 'Signal' interface for extended signal qualityAleksander Morgado
2012-05-23dbus: remove 'max_replies_per_connection' limit from D-Bus configurationJiří Klimeš
It is leftover from times when D-Bus default limit was 32. Now, it is 8192, see http://cgit.freedesktop.org/dbus/dbus/commit/?id=8d3d8ff55739eebd84d0d53a20a025329feafc3b
2012-03-16policy: implement Sms interface rulesAleksander Morgado
2012-03-16policy: implement Messaging interface rulesAleksander Morgado
2012-03-16policy: implement Location interface rulesAleksander Morgado
2012-03-16policy: implement USSD interface rulesAleksander Morgado
2012-03-16policy: implement Bearer interface rulesAleksander Morgado
2012-03-16policy: implement Sim interface rulesAleksander Morgado
2012-03-16policy: implement CDMA interface rulesAleksander Morgado
2012-03-16policy: implement 3GPP interface rulesAleksander Morgado
2012-03-16policy: implement Simple interface rulesAleksander Morgado
2012-03-16policy: implement Modem interface rulesAleksander Morgado
2012-03-16policy: implement Manager interface rulesAleksander Morgado
2012-03-15build: install DBus service and data files for the new APIAleksander Morgado