From 82d115d9abf5b2666e5561450fbb17c9044a0b33 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 24 May 2014 10:38:32 +0800 Subject: timedated: refuse manual system time updates when automatic timesync is enabled --- src/shared/bus-errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/bus-errors.h') diff --git a/src/shared/bus-errors.h b/src/shared/bus-errors.h index 45e129387f..48a2b4ef1b 100644 --- a/src/shared/bus-errors.h +++ b/src/shared/bus-errors.h @@ -56,4 +56,6 @@ #define BUS_ERROR_OPERATION_IN_PROGRESS "org.freedesktop.login1.OperationInProgress" #define BUS_ERROR_SLEEP_VERB_NOT_SUPPORTED "org.freedesktop.login1.SleepVerbNotSupported" +#define BUS_ERROR_AUTOMATIC_TIME_SYNC_ENABLED "org.freedesktop.timedate1.AutomaticTimeSyncEnabled" + #define BUS_ERROR_NO_SUCH_PROCESS "org.freedesktop.systemd1.NoSuchProcess" -- cgit v1.2.3-54-g00ecf