Merge "recovery: Address the ioctl denials during wiping."

am: 945f6bd1c6

Change-Id: I58b58eb8b25e3a1774d9c509e811ddd23929a554
This commit is contained in:
Tao Bao 2019-01-17 15:23:38 -08:00 committed by android-build-merger
commit 0a44f5e1fc

View file

@ -85,6 +85,7 @@ recovery_only(`
allow recovery device:dir r_dir_perms;
allow recovery block_device:dir r_dir_perms;
allow recovery dev_type:blk_file rw_file_perms;
allowxperm recovery { userdata_block_device metadata_block_device }:blk_file ioctl BLKPBSZGET;
# GUI
allow recovery graphics_device:chr_file rw_file_perms;