[ALPS04098787] kernel_module: allow vendor_init kernel:key search

For kernel module verification support, allow vendor domain to
search kernel keyring.

MTK-Commit-Id: c25aec3cd1af3ce66f252755acf5c72f94de4006

Change-Id: Ia51e0aae1f94c536c03932e4999e0b9324e9d7f3
CR-Id: ALPS04098787
Feature: Secure Boot
This commit is contained in:
Chin-Ting Kuo 2020-01-18 10:07:22 +08:00 committed by Pangyen Chen
parent 70c56e670a
commit 403149cf5c

View File

@ -56,3 +56,6 @@ set_prop(vendor_init, mtk_appresolutiontuner_prop)
# fullscreen switch
set_prop(vendor_init, mtk_fullscreenswitch_prop)
# for kernel module verification support, allow vendor domain to search kernel keyring
allow vendor_init kernel:key search;