From bb2a464067c6843320f367b590b0e4cb00225e50 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 10 Dec 2008 14:17:02 -0500 Subject: Add syslog of security denials and configuration file reloads We need to start logging denials so that they become more easily trackable and debuggable. --- bus/config-parser-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bus/config-parser-common.h') diff --git a/bus/config-parser-common.h b/bus/config-parser-common.h index ebdc3c95..2c296433 100644 --- a/bus/config-parser-common.h +++ b/bus/config-parser-common.h @@ -49,6 +49,7 @@ typedef enum ELEMENT_STANDARD_SESSION_SERVICEDIRS, ELEMENT_STANDARD_SYSTEM_SERVICEDIRS, ELEMENT_KEEP_UMASK, + ELEMENT_SYSLOG, ELEMENT_ALLOW_ANONYMOUS } ElementType; -- cgit