Merge "Enforce vendor_init and allow tee and display access" into main

This commit is contained in:
Wilson Sung 2023-12-18 10:09:15 +00:00 committed by Android (Google) Code Review
commit b818c2835e
2 changed files with 2 additions and 9 deletions

View file

@ -1,8 +0,0 @@
# b/307468733
userdebug_or_eng(`
permissive vendor_init;
')# b/308381748
dontaudit vendor_init debugfs_trace_marker:file { getattr };
dontaudit vendor_init default_prop:property_service { set };
# b/312372803
dontaudit vendor_init tee_data_file:lnk_file { read };

View file

@ -1,3 +1,4 @@
# USB property # USB property
set_prop(vendor_init, vendor_usb_config_prop) set_prop(vendor_init, vendor_usb_config_prop)
set_prop(vendor_init, vendor_display_prop)
allow vendor_init tee_data_file:lnk_file read;