Merge "Enforce vendor_init and allow tee and display access" into main
This commit is contained in:
commit
b818c2835e
2 changed files with 2 additions and 9 deletions
|
@ -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 };
|
3
vendor/vendor_init.te
vendored
3
vendor/vendor_init.te
vendored
|
@ -1,3 +1,4 @@
|
|||
# USB property
|
||||
set_prop(vendor_init, vendor_usb_config_prop)
|
||||
|
||||
set_prop(vendor_init, vendor_display_prop)
|
||||
allow vendor_init tee_data_file:lnk_file read;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue