Allow insmod-sh lockdown in userdebug

Bug: 272166723
Change-Id: I1085decf2a00597992a95996b1a2875be08ba1f1
This commit is contained in:
Wilson Sung 2023-03-10 15:32:00 +08:00
parent 3e639ffa42
commit eae6bfb835
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,6 @@ hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
hal_thermal_default sysfs file b/272166722
hal_thermal_default sysfs file b/272166987
hal_usb_gadget_impl sysfs_batteryinfo dir b/272166827
insmod-sh insmod-sh lockdown b/272166723
kernel vendor_fw_file dir b/272166737
kernel vendor_fw_file dir b/272166787
mtectrl unlabeled dir b/264483752

View file

@ -4,3 +4,7 @@ dontaudit insmod-sh vendor_regmap_debugfs:dir { search };
userdebug_or_eng(`
permissive insmod-sh;
')
# b/272166723
userdebug_or_eng(`
allow insmod-sh self:lockdown integrity;
')