From 438a047935f941e8f7d8df27a0069c70e4b4ea05 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 26 Feb 2010 18:01:55 -0800 Subject: 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. --- src/mm-errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mm-errors.c') 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 } }; -- cgit v1.2.3-70-g09d2