diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2020-11-16 00:18:29 +0100 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2020-11-16 00:19:09 +0100 |
| commit | a57351a0f4f42e6f6acfd26be8b73567bac15469 (patch) | |
| tree | 0c74bf57d2153ccf6ad12f322309c7249a1eff5e | |
| parent | 241ae7f3559fa210a38e3da36e34bbb5da7ed4f2 (diff) | |
sepolicy: Allow SetupWizard to set recovery update prop
Change-Id: Idd779499386af9f65189249a5bf5e5658cfbc8be
| -rw-r--r-- | common/private/system_app.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/private/system_app.te b/common/private/system_app.te index eaaf984..02aeef3 100644 --- a/common/private/system_app.te +++ b/common/private/system_app.te @@ -8,3 +8,6 @@ get_prop(system_app, vendor_security_patch_level_prop) # Allow access to the HALs hal_client_domain(system_app, hal_lineage_livedisplay) hal_client_domain(system_app, hal_lineage_touch) + +# Allow SetupWizard to set recovery update prop +set_prop(system_app, recovery_update_prop) |
