commit | f55e1932fe5f751a5b7c7c00e24f5ed733d140e9 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Aug 13 15:35:43 2021 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Mon Aug 16 10:31:13 2021 -0700 |
tree | 5c291f544cadb3121a1ec83e238e4f1bb6e81c1c | |
parent | 4f3600ffe2c1f3caafdb4a62b3d98c3134de0f34 [diff] |
Add the 'bdev_type' attribute to all block device types The following patch introduces code that 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: Built Android images and installed these on a test device. Change-Id: Ie76b00aa51e696508b9471dbd34f96dad5aa3240 Signed-off-by: Bart Van Assche <bvanassche@google.com>