android_device_samsung_msm8.../sepolicy/common/vold.te
2023-01-08 14:20:24 +01:00

17 lines
397 B
Plaintext

allow vold efs_file:dir rw_dir_perms;
allow vold efs_file:file create;
# For setting read_ahead_kb
allow vold sysfs_mmc_host:file w_file_perms;
allow vold {
block_device
cache_block_device
efs_block_device
system_block_device
}:blk_file getattr;
allowxperm vold vold_device:blk_file ioctl { BLKDISCARD BLKGETSIZE };
dontaudit vold hal_bootctl_hwservice:hwservice_manager find;