diff --git a/non_plat/vendor_init.te b/non_plat/vendor_init.te index 52793c6..78c9707 100644 --- a/non_plat/vendor_init.te +++ b/non_plat/vendor_init.te @@ -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; \ No newline at end of file