From b701a78aca32394ff18a630f029cc75dbd34bc9e Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 29 Aug 2005 20:19:19 +0000 Subject: * Release 0.36.2 * Add Havoc's patch that never got applied to HEAD (Bug #2436): * bus/policy.c (bus_policy_allow_user): change default "user is allowed" to be "user has same uid as the bus itself"; any allow/deny rules will override. * bus/session.conf.in: don't allow all users, since now by default the user that ran the bus can connect. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 887492a5..bafd8cf0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +D-BUS 0.36.2 (29 August 2005) +=== +- Security: Restrict other users from connecting to another users + session bus + D-BUS 0.36.1 (24 August 2005) === - Python Bindings: -- cgit