commit | 945f6bd1c6825e07b78ac6069168557d988b6a19 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 17 22:50:56 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 17 22:50:56 2019 +0000 |
tree | 51b33cfdf7cf88b1288879202e7ad67323c0e691 | |
parent | 43f0fcf753b4b5738606ec591008f46f4948591e [diff] | |
parent | 832f8af08bfb8eea063ee04aceaf2784642aa51c [diff] |
Merge "recovery: Address the ioctl denials during wiping."
diff --git a/public/recovery.te b/public/recovery.te index 6cb391c..12eadee 100644 --- a/public/recovery.te +++ b/public/recovery.te
@@ -85,6 +85,7 @@ 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;