diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-05-23 18:01:35 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:48 +0200 |
commit | 69585b1374877a97c7dfb15d366cab284cc8f0d2 (patch) | |
tree | a3d48cacd68cf555f1c9603ed63dd6d61fc5182d /data/org.freedesktop.ModemManager1.policy.in.in | |
parent | 6ca7c49d802f3e3c87dc5f2532e6d2064a3e6bf6 (diff) |
polkit: added Voice policy rule
Diffstat (limited to 'data/org.freedesktop.ModemManager1.policy.in.in')
-rw-r--r-- | data/org.freedesktop.ModemManager1.policy.in.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/org.freedesktop.ModemManager1.policy.in.in b/data/org.freedesktop.ModemManager1.policy.in.in index 7b3a22a3..79e3ed4c 100644 --- a/data/org.freedesktop.ModemManager1.policy.in.in +++ b/data/org.freedesktop.ModemManager1.policy.in.in @@ -45,6 +45,15 @@ </defaults> </action> + <action id="org.freedesktop.ModemManager1.Voice"> + <_description>Accept incoming voice calls or start outgoing voice calls.</_description> + <_message>System policy prevents voice calls.</_message> + <defaults> + <allow_inactive>no</allow_inactive> + <allow_active>@MM_DEFAULT_USER_POLICY@</allow_active> + </defaults> + </action> + <action id="org.freedesktop.ModemManager1.Location"> <_description>Enable and view geographic location and positioning information</_description> <_message>System policy prevents enabling or viewing geographic location information.</_message> |