commit | da446bf9525daab5ff809b8ab60d8733fffef076 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Mon Feb 25 21:54:45 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 25 21:54:45 2019 +0000 |
tree | 03a8f21ad9c60561484a60835c4edebcae440ca5 | |
parent | 9f8ff76e356aeb8d2994adee76c0037df5a9f41d [diff] | |
parent | 1912daf6a906a0e3dbef6970bebfa8e2e5306d26 [diff] |
Merge "Fastbootd must be able to erase logical partitions"
diff --git a/public/fastbootd.te b/public/fastbootd.te index e5ebafc..99ccd8c 100644 --- a/public/fastbootd.te +++ b/public/fastbootd.te
@@ -68,6 +68,7 @@ allowxperm fastbootd { metadata_block_device userdata_block_device + dm_device }:blk_file ioctl { BLKSECDISCARD BLKDISCARD }; allow fastbootd misc_block_device:blk_file rw_file_perms;