/
usr
/
libexec
/
/usr/libexec
mkdir
upload
Name
Size
Mode
Actions
awk/
-
0755
rm
coreutils/
-
0755
rm
dovecot/
-
0755
rm
gcc/
-
0755
rm
getconf/
-
0755
rm
git-core/
-
0755
rm
openldap/
-
0755
rm
openssh/
-
0755
rm
utempter/
-
0755
rm
fips-setup-helper
333
0755
edit
dl
rm
grepconf.sh
257
0755
edit
dl
rm
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
Save
cmd:
run