summaryrefslogtreecommitdiff
path: root/security/dice/aidl/default/android.hardware.security.dice-service.non-secure-software.rc
blob: 28e43c3bfa172175fd4dda2ffce774c7ffb8c049 (plain)
1
2
3
4
5
6
7
8
9
service vendor.dice /vendor/bin/hw/android.hardware.security.dice-service.non-secure-software
    class early_hal
    user nobody
    # The diced HAL cannot be allowed to restart. When it crashes for any reason.
    # it loses security critical state. The only remedy is to restart the device.
    # This may be implementation depended. It is safe to restart the HAL if the
    # state change during a call to "demote" is is preserved.
    # see android/hardware/security/dice/IDiceDevice.aidl for details on "demote".
    oneshot