mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
With this kernel config, users can boot with fips=1 set in `/usr/share/oem/grub.cfg`: ``` set linux_append="fips=1" ``` Which triggers various behaviors, for FIPS 200 certification. with this config compiled in, and that boot parameter, users can can that fips is enabled with: ``` flatcar ~ # cat /proc/sys/crypto/fips_enabled 1 ``` |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |