am 509186de: Allow fsck to search /dev/block.

* commit '509186dea59e5ff115b72c282aff1b8c0c47c4f6':
  Allow fsck to search /dev/block.
This commit is contained in:
Stephen Smalley 2015-02-11 00:10:52 +00:00 committed by Android Git Automerger
commit dc7090628c

View file

@ -12,6 +12,7 @@ allow fsck tmpfs:chr_file { read write ioctl };
allow fsck devpts:chr_file { read write ioctl getattr };
# Run e2fsck on block devices.
allow fsck block_device:dir search;
allow fsck userdata_block_device:blk_file rw_file_perms;
allow fsck cache_block_device:blk_file rw_file_perms;