android_device_samsung_msm8.../sepolicy/fsck.te

8 lines
257 B
Text
Raw Normal View History

2018-07-19 12:48:02 +02:00
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;
2019-02-11 21:56:38 +01:00
allow fsck e2fsck_device:blk_file { open read write };