OXIESEC PANEL
- Current Dir:
/
/
usr
/
libexec
Server IP: 82.112.239.19
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/29/2025 10:07:18 PM
rwxr-xr-x
📁
awk
-
08/12/2024 08:49:31 AM
rwxr-xr-x
📁
coreutils
-
01/29/2025 10:07:23 PM
rwxr-xr-x
📄
fips-setup-helper
333 bytes
09/05/2024 08:17:07 AM
rwxr-xr-x
📁
gcc
-
02/12/2025 01:07:08 PM
rwxr-xr-x
📁
getconf
-
03/18/2025 09:44:14 PM
rwxr-xr-x
📁
git-core
-
01/29/2025 10:08:49 PM
rwxr-xr-x
📄
grepconf.sh
257 bytes
01/31/2022 08:20:26 PM
rwxr-xr-x
📁
mc
-
08/27/2024 05:00:15 PM
rwxr-xr-x
📁
openldap
-
04/30/2024 04:32:21 PM
rwxr-xr-x
📁
openssh
-
03/18/2025 10:32:06 PM
rwxr-xr-x
📁
p7zip
-
01/29/2025 10:14:44 PM
rwxr-xr-x
📁
utempter
-
08/12/2024 08:49:33 AM
rwxr-xr-x
📄
vi
1.39 MB
10/02/2024 11:01:05 PM
rwxr-xr-x
Editing: fips-setup-helper
Close
#!/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