Yifan Hong | 830cdb1 | 2021-01-11 20:47:23 -0800 | [diff] [blame] | 1 | service vendor.health-default /vendor/bin/hw/android.hardware.health-service.example |
| 2 | class hal |
| 3 | user system |
| 4 | group system |
| 5 | capabilities WAKE_ALARM BLOCK_SUSPEND |
| 6 | file /dev/kmsg w |
Yifan Hong | a8f55ca | 2021-10-20 23:05:45 -0700 | [diff] [blame] | 7 | |
Yifan Hong | 64345cd | 2022-01-26 15:51:58 -0800 | [diff] [blame] | 8 | service vendor.charger /vendor/bin/hw/android.hardware.health-service.example --charger |
Yifan Hong | a8f55ca | 2021-10-20 23:05:45 -0700 | [diff] [blame] | 9 | class charger |
Yifan Hong | 04c4754 | 2021-11-16 21:18:46 -0800 | [diff] [blame] | 10 | seclabel u:r:charger_vendor:s0 |
Yifan Hong | a8f55ca | 2021-10-20 23:05:45 -0700 | [diff] [blame] | 11 | user system |
| 12 | group system wakelock input |
| 13 | capabilities SYS_BOOT |
| 14 | file /dev/kmsg w |
| 15 | file /sys/fs/pstore/console-ramoops-0 r |
| 16 | file /sys/fs/pstore/console-ramoops r |
| 17 | file /proc/last_kmsg r |