klee: Extract vendor using python extract utils

Signed-off-by: Mnskkyy <mansur180705@gmail.com>
This commit is contained in:
Mnskkyy
2026-07-07 11:36:01 +00:00
commit fbbfd4964e
2409 changed files with 489276 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
service miteelog /vendor/bin/miteelog
class core
user system
group system
disabled
on post-fs-data
mkdir /data/vendor/mitee
chmod 0755 /data/vendor/mitee
chown system system /data/vendor/mitee
mkdir /data/vendor/thh
chmod 0755 /data/vendor/thh
chown system system /data/vendor/thh
write /proc/bootprof "init miteelog"
start miteelog