Accepting request 822199 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/822199 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=170
This commit is contained in:
parent
442f0aa154
commit
2f2388ff77
@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 21:39:05 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- When changing ownership of /var/lib/autoipd, only change
|
||||
ownership of files owned by avahi, to mitigate against
|
||||
possible exploits (bsc#1154063).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 11:51:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -645,7 +645,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user