diff --git a/fsck.te b/fsck.te index ab313eb31c30779b14323692b130703cd1ae0d41..22ff7b1a9130ca68aac49834b8501f859f3cdca2 100644 --- a/fsck.te +++ b/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;