commit | b4afdea89241a672a8f27947e0fa3bdcbbc30b35 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 31 22:55:33 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 31 22:55:33 2018 +0000 |
tree | bf03bfa92f4746d767ad98ff415e2a83f32c6e00 | |
parent | 16572cca61929f62a9f38fdfe76131e62ca78323 [diff] | |
parent | 00252207f878f63aaa5219bcd4aa35a7aac9fb91 [diff] |
Merge "isolated_app: add mmaps"
diff --git a/public/fastbootd.te b/public/fastbootd.te index 783d2bd..fe1005e 100644 --- a/public/fastbootd.te +++ b/public/fastbootd.te
@@ -48,6 +48,11 @@ }:blk_file { w_file_perms getattr ioctl }; allowxperm fastbootd { + system_block_device + super_block_device + }:blk_file ioctl { BLKIOMIN BLKALIGNOFF }; + + allowxperm fastbootd { metadata_block_device userdata_block_device }:blk_file ioctl { BLKSECDISCARD BLKDISCARD };