rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | #!/bin/busybox sh |
2 | |||||
3 | echo "=== Initial: Mobicore Daemon Start ===" > /dev/kmsg | ||||
4 | |||||
5 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/share/trustonic_tee/ | ||||
6 | |||||
7 | sync | ||||
8 | chmod 0600 /dev/mobicore | ||||
9 | /usr/bin/mcDriverDaemon -b -p /usr/share/trustonic_tee/registry/ | ||||
10 | sync | ||||
11 | chmod 0666 /dev/mobicore-user | ||||
12 | |||||
13 | echo "=== Initial: Mobicore Daemon End ===" > /dev/kmsg |