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-gsm-network.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-gsm-network.c')
-rw-r--r-- | src/mm-modem-gsm-network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-modem-gsm-network.c b/src/mm-modem-gsm-network.c index bf52b942..f332f580 100644 --- a/src/mm-modem-gsm-network.c +++ b/src/mm-modem-gsm-network.c @@ -422,7 +422,7 @@ impl_gsm_modem_scan (MMModemGsmNetwork *modem, /* Make sure the caller is authorized to request a scan */ if (!mm_modem_auth_request (MM_MODEM (modem), - MM_AUTHORIZATION_DEVICE, + MM_AUTHORIZATION_DEVICE_CONTROL, context, scan_auth_cb, NULL, |