am 509186de
: Allow fsck to search /dev/block.
* commit '509186dea59e5ff115b72c282aff1b8c0c47c4f6': Allow fsck to search /dev/block.
This commit is contained in:
commit
dc7090628c
1 changed files with 1 additions and 0 deletions
1
fsck.te
1
fsck.te
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue