From 653fed71ab685655486e5cc5502c0cb91dd3f81f53a851bb411b5d60d91a0397 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Wed, 4 Oct 2023 11:55:58 +0000 Subject: [PATCH] Accepting request 1114631 from home:crameleon:branches:security:SELinux Repair initrd libselinux check in selinux-ready (file is installed unerneath /usr now). OBS-URL: https://build.opensuse.org/request/show/1114631 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=164 --- libselinux.changes | 5 +++++ selinux-ready | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libselinux.changes b/libselinux.changes index b816167..dd944ed 100644 --- a/libselinux.changes +++ b/libselinux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 1 19:17:31 UTC 2023 - Georg Pfuetzenreuter + +- Repair initrd libselinux check in selinux-ready + ------------------------------------------------------------------- Tue Aug 8 06:59:16 UTC 2023 - Dominique Leuenberger diff --git a/selinux-ready b/selinux-ready index d68b755..30eca15 100644 --- a/selinux-ready +++ b/selinux-ready @@ -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