mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: gki_defconfig: enable fs-verity
fs-verity will be used for APK verification in R. Bug: 142494008 Change-Id: Ia18eb35fcdbccabab47de5fb26daba455fc1eb77 Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
parent
8e79a4a2ed
commit
3048eb686b
|
|
@ -381,6 +381,8 @@ CONFIG_EXT4_FS_SECURITY=y
|
|||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_SECURITY=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FS_VERITY=y
|
||||
CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y
|
||||
# CONFIG_DNOTIFY is not set
|
||||
CONFIG_QUOTA=y
|
||||
CONFIG_QFMT_V2=y
|
||||
|
|
|
|||
|
|
@ -313,6 +313,8 @@ CONFIG_EXT4_FS_SECURITY=y
|
|||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_SECURITY=y
|
||||
CONFIG_FS_ENCRYPTION=y
|
||||
CONFIG_FS_VERITY=y
|
||||
CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y
|
||||
# CONFIG_DNOTIFY is not set
|
||||
CONFIG_QUOTA=y
|
||||
CONFIG_QFMT_V2=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user