diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-01 09:15:01 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-01 09:15:01 -0800 |
commit | a9ef8cb1759f25ee26f8015aa2e45a2bd3cd2da7 (patch) | |
tree | 801a638927d7b66676e372a97d37bbf1e6cea860 /src/mm-modem-cdma.c | |
parent | 9d7cb0ddcf69993903c5bc51bbbfbd3a57f55413 (diff) |
policy: split Device into Info and Control
It's useful to let distros and admins set policy differently for device
information (for support, inventory, etc) than for actually controlling
the device like PIN/PUK unlocks.
Diffstat (limited to 'src/mm-modem-cdma.c')
-rw-r--r-- | src/mm-modem-cdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-modem-cdma.c b/src/mm-modem-cdma.c index 1a4fe6a2..e80dc4e2 100644 --- a/src/mm-modem-cdma.c +++ b/src/mm-modem-cdma.c @@ -212,7 +212,7 @@ impl_modem_cdma_get_esn (MMModemCdma *self, DBusGMethodInvocation *context) /* Make sure the caller is authorized to get the ESN */ if (!mm_modem_auth_request (MM_MODEM (self), - MM_AUTHORIZATION_DEVICE, + MM_AUTHORIZATION_DEVICE_INFO, context, esn_auth_cb, NULL, |