android_device_samsung_msm8.../sepolicy/common/vold.te

17 lines
397 B
Plaintext
Raw Permalink Normal View History

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;
2023-01-08 11:36:26 +01:00
allowxperm vold vold_device:blk_file ioctl { BLKDISCARD BLKGETSIZE };
dontaudit vold hal_bootctl_hwservice:hwservice_manager find;