android_mt6572_jiabo/bootable/recovery/uncrypt/uncrypt.rc
2025-09-05 16:56:03 +08:00

17 lines
390 B
Text

service uncrypt /system/bin/uncrypt
class main
socket uncrypt stream 600 system system
disabled
oneshot
service setup-bcb /system/bin/uncrypt --setup-bcb
class main
socket uncrypt stream 600 system system
disabled
oneshot
service clear-bcb /system/bin/uncrypt --clear-bcb
class main
socket uncrypt stream 600 system system
disabled
oneshot