eqs: add spdaemon and sec_nvm services

This commit is contained in:
SGCMarkus 2023-07-25 23:08:34 +02:00
parent ca93571f10
commit 267fc144d5
3 changed files with 19 additions and 0 deletions

BIN
recovery/root/system/bin/sec_nvm Executable file

Binary file not shown.

BIN
recovery/root/system/bin/spdaemon Executable file

Binary file not shown.

View file

@ -0,0 +1,19 @@
on post-fs
start vendor.spdaemon
start vendor.sec_nvm
service vendor.spdaemon /system/bin/spdaemon
user root
group root
setenv LD_LIBRARY_PATH /vendor/lib64:/vendor/lib:/system/lib64:/system/lib:/sbin
disabled
seclabel u:r:recovery:s0
shutdown critical
service vendor.sec_nvm /system/bin/sec_nvm
user root
group root
setenv LD_LIBRARY_PATH /vendor/lib64:/vendor/lib:/system/lib64:/system/lib:/sbin
disabled
seclabel u:r:recovery:s0