51924015e8
fixes CVE-2008-4311 The default policy for both sent and received messages was effectively *allow*, and not deny as stated. "looks good" todd@
13 lines
641 B
Plaintext
13 lines
641 B
Plaintext
$OpenBSD: patch-dbus_Makefile_in,v 1.3 2008/12/09 14:12:08 jasper Exp $
|
|
--- dbus/Makefile.in.orig Fri Dec 5 17:53:44 2008
|
|
+++ dbus/Makefile.in Tue Dec 9 13:23:40 2008
|
|
@@ -313,7 +313,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
configdir = $(sysconfdir)/dbus-1
|
|
INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) @PIC_CFLAGS@ -DDBUS_COMPILATION \
|
|
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
|
+ -DDBUS_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\" \
|
|
-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
|
|
-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
|
|
|