diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-27 10:39:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:15 +0100 |
commit | d06d76e3796b1fed7efe1990b27497e42f16d984 (patch) | |
tree | 7f77b6acbcfb9f712b716957fa05b49b27024d49 | |
parent | 587bca48f07a70d9036e679de269bc0d9aeab4d6 (diff) |
policy: no need for a rule to manage readable info
-rw-r--r-- | data/org.freedesktop.ModemManager1.policy.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/org.freedesktop.ModemManager1.policy.in b/data/org.freedesktop.ModemManager1.policy.in index 78937d9c..2dd899f1 100644 --- a/data/org.freedesktop.ModemManager1.policy.in +++ b/data/org.freedesktop.ModemManager1.policy.in @@ -27,15 +27,6 @@ </defaults> </action> - <action id="org.freedesktop.ModemManager1.Device.Info"> - <_description>Request mobile broadband device identifying information</_description> - <_message>System policy prevents requesting identifying information from the mobile broadband device.</_message> - <defaults> - <allow_inactive>no</allow_inactive> - <allow_active>yes</allow_active> - </defaults> - </action> - <action id="org.freedesktop.ModemManager1.Contacts"> <_description>Add, modify, and delete mobile broadband contacts</_description> <_message>System policy prevents adding, modifying, or deleting this device's contacts.</_message> |