commit | 27ecd60a794d63f7c01f007e10cf010e21818198 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Aug 13 11:23:34 2021 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Fri Aug 13 13:54:02 2021 -0700 |
tree | 10221337b6cc4e354d600c26c7998372b524e922 | |
parent | d46569c261e95f1f2de0bb3885cbe5c816682731 [diff] |
Add the 'bdev_type' attribute to all block devices The following patch iterates over all block devices: https://android-review.googlesource.com/c/platform/system/core/+/1783847/9 The following patch grants 'init' and 'apexd' permission to iterate over all block devices: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1783947 The above SELinux policy change requires to add the 'bdev_type' attribute to all block devices. Hence this patch. Bug: 194450129 Test: Untested. Change-Id: I959bae6f9590b1867905d46e194c45b0ea4248df Signed-off-by: Bart Van Assche <bvanassche@google.com>