mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
16 lines
No EOL
621 B
Text
16 lines
No EOL
621 B
Text
# file_contexts
|
|
|
|
### 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 |