We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a416d92 + 8ff8ef5 commit 6e07183Copy full SHA for 6e07183
vagrant/bootstrap_scripts/rawhide-selinux.sh
@@ -72,11 +72,9 @@ git clone https://github.com/dracut-ng/dracut-ng
72
pushd dracut-ng
73
./configure
74
make -j "$(nproc)"
75
-# FIXME: newer dracut moved test modules under the test/ directory and created
76
-# symlinks to the original location, which causes some issues
77
-# See: https://github.com/dracut-ng/dracut-ng/issues/695
78
-rm -rf /usr/lib/dracut/modules.d/80test*
79
make install
+# Fix SELinux labels on module files
+restorecon -Rv /usr/lib/dracut
80
dracut --version
81
82
systemd-analyze set-log-level debug
0 commit comments