Merge "recovery: Address the ioctl denials during wiping."
am: 945f6bd1c6
Change-Id: I58b58eb8b25e3a1774d9c509e811ddd23929a554
This commit is contained in:
commit
0a44f5e1fc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue