commit | 7e190bde80063462317769f3116e221633f81384 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Aug 13 11:35:46 2021 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Fri Aug 13 11:35:57 2021 -0700 |
tree | 2b3a875eb47943e5ce6e77a77b225f6de22f5c3d | |
parent | 979264d137f485cf47b4c52b15411cbcb1901ad0 [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: I0246d5fd0b5a47776dbe2d8ce43ac45421b952af Signed-off-by: Bart Van Assche <bvanassche@google.com>