From fbed7e09f826e7804e99522cc1dd3cf54c9cdb67 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Jan 2016 13:23:24 +0100 Subject: hwclock: change audit message The preferred layout is name=value for audit messages. References: https://bugzilla.redhat.com/show_bug.cgi?id=1296278 Signed-off-by: Karel Zak --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/hwclock.c') diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 0d110617e..b6a46474e 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1951,7 +1951,7 @@ void __attribute__((__noreturn__)) hwaudit_exit(int status) { if (hwaudit_on) { audit_log_user_message(hwaudit_fd, AUDIT_USYS_CONFIG, - "changing system time", NULL, NULL, NULL, + "op=change-system-time", NULL, NULL, NULL, status ? 0 : 1); close(hwaudit_fd); } -- cgit v1.2.3-55-g7522