aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-02-26 18:01:55 -0800
committerDan Williams <dcbw@redhat.com>2010-02-26 18:01:55 -0800
commit438a047935f941e8f7d8df27a0069c70e4b4ea05 (patch)
tree8933f938d30e44ec4acb8f4a1c775789de90e9ae /src/mm-errors.c
parentb9958e6ec5115822b1c2112da5ef2652aa847a51 (diff)
core: add authorization providers and optional PolicyKit support
When the support is complete, use --with-polkit to enable PolicyKit support. It's not there yet, but this commit adds an authorization provider framework which will be extended to allow hooking into PolicyKit.
Diffstat (limited to 'src/mm-errors.c')
-rw-r--r--src/mm-errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-errors.c b/src/mm-errors.c
index 16b591cc..d0a71d65 100644
--- a/src/mm-errors.c
+++ b/src/mm-errors.c
@@ -76,6 +76,7 @@ mm_modem_error_get_type (void)
ENUM_ENTRY (MM_MODEM_ERROR_DISCONNECTED, "Disconnected"),
ENUM_ENTRY (MM_MODEM_ERROR_OPERATION_IN_PROGRESS, "OperationInProgress"),
ENUM_ENTRY (MM_MODEM_ERROR_REMOVED, "Removed"),
+ ENUM_ENTRY (MM_MODEM_ERROR_AUTHORIZATION_REQUIRED, "AuthorizationRequired"),
{ 0, 0, 0 }
};