Permissive boot related domains during bringup stage
Bug: 296187211 Change-Id: I58a3e61d3a9a3e1c997595af5b74d77a3c0d848c
This commit is contained in:
parent
d9a89215f4
commit
da3b0fc74b
2 changed files with 22 additions and 0 deletions
3
private/system_suspend.te
Normal file
3
private/system_suspend.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
userdebug_or_eng(`
|
||||
permissive system_suspend;
|
||||
')
|
19
tracking_denials/permissive.te
Normal file
19
tracking_denials/permissive.te
Normal file
|
@ -0,0 +1,19 @@
|
|||
userdebug_or_eng(`
|
||||
permissive gxp_logging;
|
||||
permissive hal_health_default;
|
||||
permissive hal_power_stats_default;
|
||||
permissive hal_uwb_default;
|
||||
permissive hal_vibrator_default;
|
||||
permissive hal_wireless_charger;
|
||||
permissive init-qfp-sh;
|
||||
permissive insmod-sh;
|
||||
permissive network_stack;
|
||||
permissive pixelstats_vendor;
|
||||
permissive system_server;
|
||||
permissive vendor_init;
|
||||
permissive thermal_link_device;
|
||||
permissive kernel;
|
||||
permissive qfp-daemon;
|
||||
permissive hal_power_default;
|
||||
permissive servicemanager;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue