X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemd%2Fsd-bus-protocol.h;h=5185a48b31ea422bfcf01ad415c489f5103c0711;hp=439a77961e9caf179297a5e2a41ea62e30a028c9;hb=e19b8719a54c343372e16b462c27f1e84c987b85;hpb=53461b74df0576ec091275d1a5dbee00611df1ee diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h index 439a77961..5185a48b3 100644 --- a/src/systemd/sd-bus-protocol.h +++ b/src/systemd/sd-bus-protocol.h @@ -96,6 +96,8 @@ enum { #define SD_BUS_ERROR_INCONSISTENT_MESSAGE "org.freedesktop.DBus.Error.InconsistentMessage" #define SD_BUS_ERROR_MATCH_RULE_NOT_FOUND "org.freedesktop.DBus.Error.MatchRuleNotFound" #define SD_BUS_ERROR_MATCH_RULE_INVALID "org.freedesktop.DBus.Error.MatchRuleInvalid" +#define SD_BUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED \ + "org.freedesktop.DBus.Error.InteractiveAuthorizationRequired" _SD_END_DECLARATIONS;