This commit is contained in:
parent
fbb8bb9fa0
commit
c1f4732112
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:33:19 CET 2008 - thoenig@suse.de
|
||||
|
||||
- Remove dbus-allow-root-access-to-session-bus.patch (bnc#428963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
|
@ -37,7 +37,7 @@ BuildRequires: audit-devel
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
Version: 1.2.4
|
||||
Release: 3
|
||||
Release: 4
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -52,7 +52,6 @@ Source1: rc.boot.dbus
|
||||
Source2: dbus-1.desktop
|
||||
Source3: dbus_at_console.ck
|
||||
Patch0: dbus-do-not-abort-on-check-thoenig-01.patch
|
||||
Patch1: dbus-allow-root-access-to-session-bus.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# COMMON1-END
|
||||
# COMMON1-END
|
||||
@ -86,7 +85,6 @@ Authors:
|
||||
%setup -n dbus-%{version} -q
|
||||
# Disable this until we hit RC phase
|
||||
#%patch0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -138,6 +136,8 @@ rm -rf $tdir
|
||||
%{_mandir}/man1/dbus-launch.1*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2008 thoenig@suse.de
|
||||
- Remove dbus-allow-root-access-to-session-bus.patch (bnc#428963).
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Fri Oct 10 2008 hpj@novell.com
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 13:33:19 CET 2008 - thoenig@suse.de
|
||||
|
||||
- Remove dbus-allow-root-access-to-session-bus.patch (bnc#428963).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
|
@ -35,7 +35,7 @@ BuildRequires: audit-devel
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
Version: 1.2.4
|
||||
Release: 3
|
||||
Release: 4
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -50,7 +50,6 @@ Source1: rc.boot.dbus
|
||||
Source2: dbus-1.desktop
|
||||
Source3: dbus_at_console.ck
|
||||
Patch0: dbus-do-not-abort-on-check-thoenig-01.patch
|
||||
Patch1: dbus-allow-root-access-to-session-bus.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# COMMON1-END
|
||||
PreReq: permissions /usr/sbin/groupadd /usr/sbin/useradd /sbin/insserv /etc/init.d/boot.localfs
|
||||
@ -155,7 +154,6 @@ Authors:
|
||||
%setup -n dbus-%{version} -q
|
||||
# Disable this until we hit RC phase
|
||||
#%patch0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -284,6 +282,8 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dbus
|
||||
%{_datadir}/susehelp
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2008 thoenig@suse.de
|
||||
- Remove dbus-allow-root-access-to-session-bus.patch (bnc#428963).
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Fri Oct 10 2008 hpj@novell.com
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff -upr dbus-1.2.4-pre/bus/session.conf.in dbus-1.2.4-post/bus/session.conf.in
|
||||
--- dbus-1.2.4-pre/bus/session.conf.in 2008-08-07 13:44:35.000000000 -0500
|
||||
+++ dbus-1.2.4-post/bus/session.conf.in 2008-10-09 20:35:17.000000000 -0500
|
||||
@@ -19,6 +19,10 @@
|
||||
<allow eavesdrop="true"/>
|
||||
<!-- Allow anyone to own anything -->
|
||||
<allow own="*"/>
|
||||
+ <!-- Allow root to access anyone's session bus -->
|
||||
+ <allow user="root"/>
|
||||
+ <!-- Allow anyone to access anyone else's session bus -->
|
||||
+ <!-- <allow user="*"/> -->
|
||||
</policy>
|
||||
|
||||
<!-- Config files are placed here that among other things,
|
Loading…
Reference in New Issue
Block a user