Merge "Allow fastbootd set boottime property" into udc-d1-dev

This commit is contained in:
Treehugger Robot 2023-05-02 04:54:37 +00:00 committed by Android (Google) Code Review
commit f46c87d2d1
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ recovery_only(`
# Mount /metadata to interact with Virtual A/B snapshots.
allow fastbootd labeledfs:filesystem { mount unmount };
set_prop(fastbootd, boottime_prop)
# Needed for reading boot properties.
allow fastbootd proc_bootconfig:file r_file_perms;

View file

@ -42,6 +42,7 @@ recovery_only(`
# Mount /metadata to interact with Virtual A/B snapshots.
allow fastbootd labeledfs:filesystem { mount unmount };
set_prop(fastbootd, boottime_prop)
# Needed for reading boot properties.
allow fastbootd proc_bootconfig:file r_file_perms;