universal7885: parts: hidl: Move to /system

* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
This commit is contained in:
roynatech2544 2022-04-27 13:30:58 +09:00
commit af754b5f92
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
22 changed files with 50 additions and 54 deletions

View file

@ -2,7 +2,15 @@
### DATA
/data/zram(/.*)? u:object_r:zram_data_file:s0
/data/swap(/.*)? u:object_r:parts_data_file:s0
# Eureka Bootlogger
/system/bin/eklogger u:object_r:eklogger_exec:s0
/data/debug(/.*)? u:object_r:eklogger_data_file:s0
# SamsungParts
/(vendor|system/vendor)/bin/vendor\.eureka\.hardware\.parts@[0-9]\.[0-9]-service u:object_r:hal_parts_default_exec:s0
# FMRadio
/(vendor|system/vendor)/bin/vendor\.eureka\.hardware\.fmradio@[0-9]\.[0-9]-service u:object_r:hal_fmradio_default_exec:s0
/dev/radio0 u:object_r:fm_radio_device:s0