Turn on some configs to support FBE and Selinux:
1. CONFIG_EXT4_FS_ENCRYPTION and CONFIG_F2FS_FS_ENCRYPTION are needed by FBE; 2. CONFIG_EXT4_FS_SECURITY and CONFIG_F2FS_FS_SECURITY are needed by Selinux; To ensure FBE can work on f2fs and file system. Change-Id: I32db3c9e6cc028fdd086d0690cde36f1b82a9544
This commit is contained in:
committed by
LongPing WEI
parent
6bcd59bd50
commit
4e79a6f14c
@@ -480,8 +480,11 @@ CONFIG_ACPI=y
|
||||
CONFIG_EXT4_FS=y
|
||||
CONFIG_EXT4_FS_SECURITY=y
|
||||
CONFIG_EXT4_ENCRYPTION=y
|
||||
CONFIG_EXT4_FS_ENCRYPTION=y
|
||||
CONFIG_BTRFS_FS=y
|
||||
CONFIG_F2FS_FS=y
|
||||
CONFIG_F2FS_FS_SECURITY=y
|
||||
CONFIG_F2FS_FS_ENCRYPTION=y
|
||||
CONFIG_FANOTIFY=y
|
||||
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
|
||||
CONFIG_QUOTA=y
|
||||
|
||||
Reference in New Issue
Block a user