device_google_gs201/legacy/platform_app.te
Adam Shih 962e580a3c review hal_wlc
Bug: 201230944
Test: boot with hal_wlc started
Change-Id: I81d5ff7ed4745fb6d760f59c6acc50cc1732c95e
2021-09-28 08:03:15 +08:00

20 lines
651 B
Text

binder_call(platform_app, rild)
allow platform_app hal_exynos_rild_hwservice:hwservice_manager find;
allow platform_app nfc_service:service_manager find;
allow platform_app uwb_service:service_manager find;
allow platform_app fwk_stats_service:service_manager find;
binder_use(platform_app)
allow platform_app touch_context_service:service_manager find;
# Fingerprint (UDFPS) GHBM/LHBM toggle
get_prop(platform_app, fingerprint_ghbm_prop)
# TODO(b/184768835): remove this once the bug is fixed
# Fingerprint (UDFPS) LHBM access
userdebug_or_eng(`
allow platform_app sysfs_leds:dir search;
allow platform_app sysfs_lhbm:file rw_file_perms;
')