✏️ 正在编辑: fips-setup-helper
路径:
/usr/libexec/fips-setup-helper
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/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
💾 保存文件
← 返回文件管理器