[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
dracut
/
modules.d
/
01fips
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 fips-boot.sh
265 B
SET
[ EDIT ]
|
[ DEL ]
📄 fips-load-crypto.sh
209 B
SET
[ EDIT ]
|
[ DEL ]
📄 fips-noboot.sh
244 B
SET
[ EDIT ]
|
[ DEL ]
📄 fips.sh
5,661 B
SET
[ EDIT ]
|
[ DEL ]
📄 module-setup.sh
2,449 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: fips-load-crypto.sh
#!/bin/sh if ! fipsmode=$(getarg fips) || [ $fipsmode = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf >/dev/null 2>&1 else . /sbin/fips.sh fips_load_crypto || die "FIPS integrity test failed" fi