3
0
forked from pool/libselinux

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:
Ana Guerrero 2023-10-05 18:02:56 +00:00 committed by Git OBS Bridge
commit 3b9b63e47d
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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