#!/bin/sh if ! fipsmode=$(getarg fips) || [ $fipsmode = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf >/dev/null 2>&1 elif ! [ -f /tmp/fipsdone ]; then . /sbin/fips.sh mount_boot do_fips || die "FIPS integrity test failed" fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
fips-boot.sh | File | 265 B | 0755 |
|
fips-load-crypto.sh | File | 209 B | 0644 |
|
fips-noboot.sh | File | 244 B | 0755 |
|
fips.sh | File | 5.53 KB | 0755 |
|
module-setup.sh | File | 2.39 KB | 0755 |
|