Accepting request 1115588 from security:SELinux
OBS-URL: https://build.opensuse.org/request/show/1115588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=76
This commit is contained in:
commit
3b9b63e47d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 1 19:17:31 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
||||
|
||||
- Repair initrd libselinux check in selinux-ready
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 06:59:16 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -102,7 +102,7 @@ check_mkinitrd()
|
||||
else
|
||||
# looks like we're using dracut/systemd. We can only check if libselinux1
|
||||
# exists
|
||||
if [ -f lib64/libselinux.so.1 ]; then
|
||||
if [ -f usr/lib64/libselinux.so.1 ]; then
|
||||
# if this exists
|
||||
FLG1=0
|
||||
FLG2=0
|
||||
|
Loading…
Reference in New Issue
Block a user