09d13e734d
This switches Boot Control HAL policy to the design which enables us to conditionally remove unnecessary rules from domains which are clients of Boot Control HAL. Domains which are clients of Boot Control HAL, such as update_server, are granted rules targeting hal_bootctl only when the Boot Control 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_bootctl are not granted to client domains. Domains which offer a binderized implementation of Boot Control HAL, such as hal_bootctl_default domain, are always granted rules targeting hal_bootctl. P. S. This commit removes direct access to Boot Control HAL from system_server because system_server is not a client of this HAL. This commit also removes bootctrl_block_device type which is no longer used. Finally, boot_control_hal attribute is removed because it is now covered by the hal_bootctl attribute. Test: Device boots up, no new denials Test: Reboot into recovery, sideload OTA update succeeds Test: Apply OTA update via update_engine: 1. make dist 2. Ensure device has network connectivity 3. ota_call.py -s <serial here> out/dist/sailfish-ota-*.zip Bug: 34170079 Change-Id: I9c410c092069e431a3852b66c04c4d2a9f1a25cf |
||
---|---|---|
.. | ||
file_contexts | ||
hal_audio_default.te | ||
hal_bluetooth_default.te | ||
hal_bootctl_default.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 |