android_device_samsung_msm8.../sepolicy/common/vold.te
Kevin F. Haggerty a586ba7d50
msm8974-common: sepolicy: Quiet vold finding the bootctl hwservice
* We don't have this

Change-Id: I879f9b30e94c153dfec30ef369ae0ca31e3ab3d7
2020-09-06 04:12:09 -06:00

15 lines
357 B
Plaintext

allow vold efs_file:dir rw_dir_perms;
allow vold efs_file:file create;
allow vold {
block_device
cache_block_device
efs_block_device
system_block_device
}:blk_file getattr;
allowxperm vold vold_device:blk_file ioctl 0x1271;
allowxperm vold vold_device:blk_file ioctl BLKROGET;
dontaudit vold hal_bootctl_hwservice:hwservice_manager find;