File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ if [ -n "$overlayfs" ]; then
28
28
echo " root folder label : ($contextType )"
29
29
30
30
# Set the type on the target folders
31
- [ -e /sysroot ] && chcon -t $contextType /sysroot
32
- [ -e /run/overlayfs ] && chcon -t $contextType /run/overlayfs
33
- [ -e /run/ovlwork ] && chcon -t $contextType /run/ovlwork
31
+ CHCON_TOOL=$NEWROOT /usr/bin/chcon
32
+ [ -e /sysroot ] && $CHCON_TOOL -t $contextType /sysroot
33
+ [ -e /run/overlayfs ] && $CHCON_TOOL -t $contextType /run/overlayfs
34
+ [ -e /run/ovlwork ] && $CHCON_TOOL -t $contextType /run/ovlwork
34
35
fi
Original file line number Diff line number Diff line change 6
6
"00-vrf.conf" : " e2885a4b090d8ca3771e60ce6dcd8b849e28ce5002a5c7b71ff796a92deb2810" ,
7
7
"00-xen.conf" : " 8b7a89b7716cb40a9c0d681caed6994d81ff4dfad4fe50cea15cd47b885dc5a6" ,
8
8
"50-noxattr.conf" : " 61d95f05890ac6ee3355d0a386dd5645d82b7a4202d90305d997fd18c6d139dd" ,
9
- "azl-configure-selinux.sh" : " 5f526509910fccdc2dffad4ef5070740847195510e3faefff39b831c9d28a439 " ,
9
+ "azl-configure-selinux.sh" : " a32da2e920348a5f991d6c418873a0a761f6e4bd926bb17a43cdb2c28b4f21d6 " ,
10
10
"azl-liveos-artifacts-download.service" : " 888be8c82297cccd510d7f963611c2360ae67559826b2b474da6d9935237de64" ,
11
11
"azl-liveos-artifacts-download.sh" : " f21dc68de8c81d8a8128e7a9d7be45d25978f0b5e47a4cf1a2d97b1e171ec045" ,
12
12
"dracut-102.tar.gz" : " 601b175cbf4d2ee902bb7bda3af8826ae2ca060c1af880f6da5a833413f4ec70" ,
Original file line number Diff line number Diff line change 4
4
Summary: dracut to create initramfs
5
5
Name: dracut
6
6
Version: 102
7
- Release: 10 %{?dist }
7
+ Release: 11 %{?dist }
8
8
# The entire source code is GPLv2+
9
9
# except install/* which is LGPLv2+
10
10
License: GPLv2+ AND LGPLv2+
@@ -315,6 +315,9 @@ ln -srv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir}/%{name}
315
315
%dir %{_sharedstatedir }/%{name }/overlay
316
316
317
317
%changelog
318
+ *
Mon Mar 05 2025 George Mileka <[email protected] > -
102-11
319
+ - Update overlayfs selinux handling with the full path of chcon
320
+
318
321
*
Tue Feb 25 2025 Cameron Baird <[email protected] > -
102-10
319
322
- Fix 0006-dracut.sh-validate-instmods patch to not break crypto module blacklisting
320
323
You can’t perform that action at this time.
0 commit comments