summaryrefslogtreecommitdiff
path: root/sepolicy/vendor/thermal-engine.te
AgeCommit message (Collapse)Author
2017-09-20sepolicy: move thermal HAL to thermal-engineTodd Poynor
Move standalone Thermal HAL daemon permissions to thermal-engine Thermal HAL for Qualcomm-based devices is now served by the vendor daemon for thermal management: thermal-engine. Bug: 30982366 Test: manual on walleye: audit logs Change-Id: I95e8dde9825b99c5ad28212f4eb34b774d1759e9
2017-09-20sepolicy: use context thermal_device for thermal driver device fileTodd Poynor
File /dev/msm_thermal_query is labeled with audio_device context, which isn't accurate and triggers a neverallow rule when thermal-engine is modified (in a future commit) to serve the Thermal HAL. Use thermal_device context like other devices. Bug: 30982366 Test: manual on walleye: logcat messages for device open OK Change-Id: I62b995f90d034ddd4f80378d197d9206e2f96748
2017-06-02Add BOARD_PLAT_[PUBLIC|PRIVATE]_SEPOLICY_DIRDan Cashman
Move vendor policy to vendor and add a place for system extensions. Also add such an extension: a labeling of the qti.ims.ext service. Bug: 38151691 Bug: 62041272 Test: Policy binary identical before and after, except plat_service_contexts has new service added. Change-Id: Ie4e8527649787dcf2391b326daa80cf1c9bd9d2f