mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ANDROID: CONFIG_MODPROBE_PATH to toolbox's modprobe
Early loading of pKVM modules (i.e. before deprivilege) implies to let the kernel call modprobe. Notice this doesn't really enable request_module: UMH is still "disabled" due to CONFIG_STATIC_USERMODEHELPER_PATH="". Bug: 254835242 Change-Id: I753ac4177e5017f7d913804bb8439f676d7c2fd8 Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
This commit is contained in:
@@ -87,6 +87,7 @@ CONFIG_MODVERSIONS=y
|
||||
CONFIG_MODULE_SCMVERSION=y
|
||||
CONFIG_MODULE_SIG=y
|
||||
CONFIG_MODULE_SIG_PROTECT=y
|
||||
CONFIG_MODPROBE_PATH="/system/bin/modprobe"
|
||||
CONFIG_BLK_DEV_ZONED=y
|
||||
CONFIG_BLK_DEV_THROTTLING=y
|
||||
CONFIG_BLK_INLINE_ENCRYPTION=y
|
||||
|
||||
Reference in New Issue
Block a user