1FIPS-MODE-SETUP(8) FIPS-MODE-SETUP(8)
2
3
4
6 fips-mode-setup - Check, enable, or disable the system FIPS mode.
7
9 fips-mode-setup [COMMAND]
10
12 fips-mode-setup(8) is used to check and control the system FIPS mode.
13
14 When enabling the system FIPS mode the command completes the
15 installation of FIPS modules if needed by calling fips-finish-install
16 and changes the system crypto policy to FIPS.
17
18 Then the command modifies the boot loader configuration to add fips=1
19 and boot=<boot-device> options to the kernel command line.
20
21 When disabling the system FIPS mode the system crypto policy is
22 switched to DEFAULT and the kernel command line option fips=0 is set.
23
25 The following options are available in fips-mode-setup tool.
26
27 · --enable: Enables the system FIPS mode.
28
29 · --disable: Disables the system FIPS mode.
30
31 · --check: Checks the system FIPS mode status.
32
33 · --no-bootcfg: The tool will not attempt to change the boot loader
34 configuration and it just prints the options that need to be added
35 to the kernel command line.
36
38 /proc/sys/crypto/fips_enabled
39 The kernel FIPS mode flag.
40
42 update-crypto-policies(8), fips-finish-install(8)
43
45 Written by Tomáš Mráz.
46
47
48
49fips-mode-setup 05/27/2019 FIPS-MODE-SETUP(8)