c0eea5736e
When using make_f2fs to format a filesystem with quota enabled, make_f2fs will write quota record with group id equtal to make_f2fs's execution group id. Vold shall run as root group so that make_f2fs forked by vold will enherit vold's root group. Make_f2fs can then write quota record with group id for root group and therefore kernel quota driver can find quota record for root group. Bug: 111775499 Change-Id: I0c1fef760597d1695586d24365200b25e2cf07e6 Signed-off-by: Light Hsieh <light.hsieh@mediatek.com> Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
8 lines
326 B
Text
8 lines
326 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
|
|
ioprio be 2
|
|
writepid /dev/cpuset/foreground/tasks
|
|
shutdown critical
|
|
group root reserved_disk
|