blob: 7b1ec373e7ca0f9c913ef1041a7aa04c18448cb4 [file] [log] [blame]
Tom Cherrydaa6d042015-09-03 16:32:39 -07001service uncrypt /system/bin/uncrypt
2 class main
Tao Bao3a2bb592016-02-25 12:38:53 -08003 socket uncrypt stream 600 system system
Tom Cherrydaa6d042015-09-03 16:32:39 -07004 disabled
5 oneshot
Steven Moreland98322a32023-04-13 22:09:21 +00006 user root
Tom Cherrydaa6d042015-09-03 16:32:39 -07007
Yabin Cui2d46da52016-01-26 16:50:15 -08008service setup-bcb /system/bin/uncrypt --setup-bcb
9 class main
Tao Bao3a2bb592016-02-25 12:38:53 -080010 socket uncrypt stream 600 system system
Yabin Cui2d46da52016-01-26 16:50:15 -080011 disabled
12 oneshot
Steven Moreland98322a32023-04-13 22:09:21 +000013 user root
Yabin Cui2d46da52016-01-26 16:50:15 -080014
15service clear-bcb /system/bin/uncrypt --clear-bcb
16 class main
Tao Bao3a2bb592016-02-25 12:38:53 -080017 socket uncrypt stream 600 system system
Yabin Cui2d46da52016-01-26 16:50:15 -080018 disabled
Tao Bao5b3b3732016-02-22 17:33:14 -080019 oneshot
Steven Moreland98322a32023-04-13 22:09:21 +000020 user root