PATH: //usr/libexec
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 awk/
X
📁 coreutils/
X
📁 dovecot/
X
📄 fips-setup-helper
↓
X
📁 gcc/
X
📁 getconf/
X
📁 git-core/
X
📄 grepconf.sh
↓
X
📁 openldap/
X
📁 openssh/
X
📁 passenger/
X
📁 utempter/
X
📄 vi
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 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
SIMPAN PERUBAHAN