bf64496924
Temporarility Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I4611d613a38f64fb0156f329983d1d6248f0b37b
12 lines
329 B
Text
12 lines
329 B
Text
allow vold hal_bootctl_hwservice:hwservice_manager find;
|
|
|
|
allow vold rootfs:dir { setattr add_name create write };
|
|
|
|
allow vold sysfs_mmc_host:file write;
|
|
|
|
# /efs
|
|
allow vold efs_file:dir r_dir_perms;
|
|
|
|
# /dev/block/mmcblk0p[0-9]
|
|
allow vold emmcblk_device:dir create_dir_perms;
|
|
allow vold emmcblk_device:blk_file create_file_perms;
|