forked from pool/systemd
Accepting request 199741 from home:fcrozat:branches:Base:System
- Move symlink migration trigger to post (bnc#821800). -add CVE-2013-4288 to changes OBS-URL: https://build.opensuse.org/request/show/199741 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=440
This commit is contained in:
parent
3852d692ec
commit
f3e3f52335
@ -1,8 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
||||
|
||||
- Move symlink migration trigger to post (bnc#821800).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 23:55:09 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- 0009-polkit-Avoid-race-condition-in-scraping-proc.patch
|
||||
VUL-0: polkit: process subject race condition [bnc#835827]
|
||||
CVE-2013-4288
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 23:45:54 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
@ -662,7 +662,6 @@ if [ ! -L /etc/sysctl.d/99-sysctl.conf -a -e /etc/sysctl.conf ]; then
|
||||
/bin/ln -sf /etc/sysctl.conf /etc/sysctl.d/99-sysctl.conf || :
|
||||
fi
|
||||
|
||||
%triggerpostun -- systemd < 194
|
||||
# migrate any symlink which may refer to the old path
|
||||
for f in $(find /etc/systemd/system -type l -xtype l); do
|
||||
new_target="/usr$(readlink $f)"
|
||||
|
@ -1,8 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 16:37:03 CEST 2013 - fcrozat@suse.com
|
||||
|
||||
- Move symlink migration trigger to post (bnc#821800).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 23:55:09 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- 0009-polkit-Avoid-race-condition-in-scraping-proc.patch
|
||||
VUL-0: polkit: process subject race condition [bnc#835827]
|
||||
CVE-2013-4288
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 23:45:54 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
@ -657,7 +657,6 @@ if [ ! -L /etc/sysctl.d/99-sysctl.conf -a -e /etc/sysctl.conf ]; then
|
||||
/bin/ln -sf /etc/sysctl.conf /etc/sysctl.d/99-sysctl.conf || :
|
||||
fi
|
||||
|
||||
%triggerpostun -- systemd < 194
|
||||
# migrate any symlink which may refer to the old path
|
||||
for f in $(find /etc/systemd/system -type l -xtype l); do
|
||||
new_target="/usr$(readlink $f)"
|
||||
|
Loading…
Reference in New Issue
Block a user