Janis Danisevskis | 8612473 | 2021-11-09 23:00:26 -0800 | [diff] [blame] | 1 | service vendor.dice /vendor/bin/hw/android.hardware.security.dice-service.non-secure-software |
| 2 | class early_hal |
| 3 | user nobody |
| 4 | # The diced HAL cannot be allowed to restart. When it crashes for any reason. |
| 5 | # it loses security critical state. The only remedy is to restart the device. |
| 6 | # This may be implementation depended. It is safe to restart the HAL if the |
| 7 | # state change during a call to "demote" is is preserved. |
| 8 | # see android/hardware/security/dice/IDiceDevice.aidl for details on "demote". |
| 9 | oneshot |