Browse Source

fips: check fips integrity just before mounting local filesystems in /sysroot

Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
master
Renaud Métrich 6 years ago committed by Harald Hoyer
parent
commit
e54ab383f7
  1. 2
      modules.d/01fips/module-setup.sh

2
modules.d/01fips/module-setup.sh

@ -52,7 +52,7 @@ installkernel() {
# called by dracut # called by dracut
install() { install() {
local _dir local _dir
inst_hook pre-trigger 01 "$moddir/fips-boot.sh" inst_hook pre-mount 01 "$moddir/fips-boot.sh"
inst_hook pre-pivot 01 "$moddir/fips-noboot.sh" inst_hook pre-pivot 01 "$moddir/fips-noboot.sh"
inst_script "$moddir/fips.sh" /sbin/fips.sh inst_script "$moddir/fips.sh" /sbin/fips.sh



Loading…
Cancel
Save