device_google_gs201/tracking_denials/vendor_init.te
Randall Huang 3ba42745f4 Allow vendor_init to modify read_ahead_kb
Bug: 206741894
Bug: 207062206
Test: boot to home
Signed-off-by: Randall Huang <huangrandall@google.com>
Change-Id: I6cc59722520df12aef103fc330f9acd8e800318d
2021-11-22 06:55:58 +00:00

9 lines
372 B
Text

# b/205656950
dontaudit vendor_init thermal_link_device:file { create };
# b/206045605
dontaudit vendor_init vendor_modem_prop:file { getattr };
dontaudit vendor_init vendor_modem_prop:file { map };
dontaudit vendor_init vendor_modem_prop:file { open };
dontaudit vendor_init vendor_modem_prop:file { read };
# b/207062206
dontaudit vendor_init proc_sched:file { write };