From 227c67220ba50ef38fabc8587bf729d21534977f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 24 Jul 2007 11:44:35 +0000 Subject: 2007-07-24 Richard Hughes * dbus/dbus-sysdeps-unix.c: (_dbus_get_standard_system_servicedirs): * dbus/dbus-sysdeps-win.c: Provide a way to get the standard system servicedirs, just like we do for the session service dirs. These should be seporate, as there may be a security issue starting up some session stuff as root. The use-case for the same binary starting up per-system _and_ per-session is also not valid. --- dbus/dbus-sysdeps-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-sysdeps-win.c') diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 14edd9eb..3c6c31be 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -3054,7 +3054,7 @@ _dbus_make_file_world_readable(const DBusString *filename, #define DBUS_STANDARD_SESSION_SERVICEDIR "/dbus-1/services" - +#define DBUS_STANDARD_SYSTEM_SERVICEDIR "/dbus-1/system-services" /** * Returns the standard directories for a session bus to look for service -- cgit