You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
495 B
10 lines
495 B
# system /dev/block/mmcblk1p3
|
|
allow fsck hi_system_block_device:blk_file { getattr read open write ioctl };
|
|
# system /dev/block/mmcblk1p5
|
|
allow fsck hi_vendor_block_device:blk_file { getattr read open write ioctl };
|
|
# system /dev/block/mmcblk1p6
|
|
allow fsck hi_cache_block_device:blk_file { getattr read open write ioctl };
|
|
# system /dev/block/mmcblk1p7
|
|
allow fsck hi_userdata_block_device:blk_file { getattr read open write ioctl };
|
|
# allow fsck block_device:blk_file { ioctl open read write };
|