commit | b0efbee6ed8e578554a4e6ba43d9a8bd1bfcdd84 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Jun 08 16:47:41 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 08 16:47:41 2021 +0000 |
tree | 9173e85f1a3adfc214c74ec364c96ad5f5a6aa60 | |
parent | 0e139d0a3a96797f0da1f5e4916819b5b32e8406 [diff] | |
parent | 08a08ab21f72c38690d72b0f4209a852d20586d4 [diff] |
Merge "Fix fastbootd denials when using /proc/bootconfig."
diff --git a/private/fastbootd.te b/private/fastbootd.te index 0174faa..40b3945 100644 --- a/private/fastbootd.te +++ b/private/fastbootd.te
@@ -41,4 +41,7 @@ # Mount /metadata to interact with Virtual A/B snapshots. allow fastbootd labeledfs:filesystem { mount unmount }; + + # Needed for reading boot properties. + allow fastbootd proc_bootconfig:file r_file_perms; ')