/usr/libexec
NameSizeModeActions
awk/-0755rm
coreutils/-0755rm
dovecot/-0755rm
gcc/-0755rm
getconf/-0755rm
git-core/-0755rm
openldap/-0755rm
openssh/-0755rm
utempter/-0755rm
fips-setup-helper3330755editdlrm
grepconf.sh2570755editdlrm
Edit: /usr/libexec/fips-setup-helper (333B)
#!/usr/bin/bash # SPDX-License-Identifier: LGPL-2.1-or-later # Private interface, subject to change, do not use. set -ueo pipefail context=$1 [[ "$context" == 'anaconda' ]] FIPS_MODE_SETUP_SKIP_WARNING=1 exec fips-mode-setup --enable --no-bootcfg # In the future, it should be reduced to just # update-crypto-policies --set FIPS