platform_system_vold/vold.rc
Keun-young Park 85f412b4ee add vold to "shutdown critical"
bug: 37626581
Test: reboot and check last kmsg

(cherry picked from commit 41156c5035)

Change-Id: I363dbbe58d2cb46b521ebdcea85c507679f27206
2017-07-06 00:53:42 +00:00

10 lines
378 B
Text

service vold /system/bin/vold \
--blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \
--fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0
class core
socket vold stream 0660 root mount
socket cryptd stream 0660 root mount
ioprio be 2
writepid /dev/cpuset/foreground/tasks
shutdown critical