diff options
author | Colin Walters <walters@verbum.org> | 2008-12-10 14:17:02 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2008-12-12 14:00:16 -0500 |
commit | bb2a464067c6843320f367b590b0e4cb00225e50 (patch) | |
tree | 51f42dbfa5ee4bcebc667832cf1429036941c63a /bus/config-parser.h | |
parent | b4a75abf8658378934ffd689837c72da2ac22117 (diff) | |
download | dbus-bb2a464067c6843320f367b590b0e4cb00225e50.tar.gz |
Add syslog of security denials and configuration file reloads
We need to start logging denials so that they become more easily trackable
and debuggable.
Diffstat (limited to 'bus/config-parser.h')
-rw-r--r-- | bus/config-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/config-parser.h b/bus/config-parser.h index 6d69f3da..1f2d3d9e 100644 --- a/bus/config-parser.h +++ b/bus/config-parser.h @@ -65,6 +65,7 @@ const char* bus_config_parser_get_type (BusConfigParser *parser); DBusList** bus_config_parser_get_addresses (BusConfigParser *parser); DBusList** bus_config_parser_get_mechanisms (BusConfigParser *parser); dbus_bool_t bus_config_parser_get_fork (BusConfigParser *parser); +dbus_bool_t bus_config_parser_get_syslog (BusConfigParser *parser); dbus_bool_t bus_config_parser_get_keep_umask (BusConfigParser *parser); const char* bus_config_parser_get_pidfile (BusConfigParser *parser); const char* bus_config_parser_get_servicehelper (BusConfigParser *parser); |