diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 14:59:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 14:59:48 +0100 |
commit | 1b3a797f6f3c32dc10d8af928d936d87b1edea43 (patch) | |
tree | 652a243076cafc7af904e3ff31ab8e535b7be136 /src/systemd/sd-bus-protocol.h | |
parent | fccabcb48dfc6698e3181c2907a15d7736e356c1 (diff) |
sd-bus: add support for new InteractiveAuthorizationRequired error from dbus spec
Diffstat (limited to 'src/systemd/sd-bus-protocol.h')
-rw-r--r-- | src/systemd/sd-bus-protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h index 439a77961e..5185a48b31 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; |