nkk71 | 71c6c50 | 2017-01-05 23:55:05 +0200 | [diff] [blame] | 1 | |
2 | service sys_vold /system/bin/vold \ | ||||
3 | --blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \ | ||||
4 | --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0 | ||||
5 | socket vold stream 0660 root mount | ||||
6 | socket cryptd stream 0660 root mount | ||||
7 | setenv PATH /system/bin | ||||
8 | setenv LD_LIBRARY_PATH /system/lib64:/system/lib | ||||
9 | disabled | ||||
10 | oneshot |