android_device_samsung_msm8.../sepolicy/fsck.te
2019-02-11 23:56:38 +03:00

7 lines
257 B
Text
Executable file

allow fsck efs_block_device:blk_file rw_file_perms;
allow fsck block_device:blk_file { ioctl };
allow fsck cache_file:dir getattr;
allow fsck persist_file:dir getattr;
allow fsck efs_file:dir getattr;
allow fsck e2fsck_device:blk_file { open read write };