forked from Mirror/pmbootstrap
pmb.config.cipher: set default to aes-xts-plain64 (MR 1958)
Replace aes-cbc-plain64 with the stronger cipher aes-xts-plain64. CONFIG_CRYPTO_XTS is necessary for this, so require it in "pmbootstrap kconfig check". Related: https://gitlab.com/cryptsetup/cryptsetup/-/wikis/FrequentlyAskedQuestions#5-security-aspects
This commit is contained in:
parent
ec71670f20
commit
05c013536d
6 changed files with 7 additions and 3 deletions
|
@ -29,6 +29,7 @@ CONFIG_SYSVIPC=y
|
|||
CONFIG_VT=y
|
||||
CONFIG_UEVENT_HELPER=y
|
||||
CONFIG_LBDAF=y
|
||||
CONFIG_CRYPTO_XTS=y
|
||||
CONFIG_EXT4_FS=y
|
||||
CONFIG_SQUASHFS=y
|
||||
CONFIG_SQUASHFS_XZ=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue