41518bec25
This switches Sensors HAL policy to the design which enables us to conditionally remove unnecessary rules from domains which are clients of Sensors HAL. Domains which are clients of Sensors HAL, such as system_server, are granted rules targeting hal_sensors only when the Sensors HAL runs in passthrough mode (i.e., inside the client's process). When the HAL runs in binderized mode (i.e., in another process/domain, with clients talking to the HAL over HwBinder IPC), rules targeting hal_sensors are not granted to client domains. Domains which offer a binderized implementation of Sensors HAL, such as hal_sensors_default domain, are always granted rules targeting hal_sensors. P. S. This commit also removes allow system_server sensors_device:chr_file rw_file_perms because this is device-specific and thus not needed in device-agnostic policy. The device-specific policy of the affected devices already has this rule. Test: Device boots, no new denials Test: adb shell dumpsys sensorservice lists tons of sensors Test: Proprietary sensors test app indicates that there are sensors and that the app can register to listen for updates for sensors and that such updates arrive to the app. Bug: 34170079 Change-Id: I61bf779070eabcb64ae73724d62b6e837319a668 |
||
---|---|---|
.. | ||
file_contexts | ||
hal_audio_default.te | ||
hal_bluetooth_default.te | ||
hal_boot.te | ||
hal_camera_default.te | ||
hal_configstore_default.te | ||
hal_contexthub_default.te | ||
hal_drm_default.te | ||
hal_dumpstate_default.te | ||
hal_fingerprint_default.te | ||
hal_gatekeeper_default.te | ||
hal_gnss_default.te | ||
hal_graphics_allocator_default.te | ||
hal_graphics_composer_default.te | ||
hal_health_default.te | ||
hal_ir_default.te | ||
hal_keymaster_default.te | ||
hal_light_default.te | ||
hal_memtrack_default.te | ||
hal_nfc_default.te | ||
hal_power_default.te | ||
hal_sensors_default.te | ||
hal_thermal_default.te | ||
hal_usb_default.te | ||
hal_vibrator_default.te | ||
hal_vr_default.te | ||
hal_wifi_default.te | ||
hal_wifi_supplicant_default.te | ||
rild.te |