summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Astone <ales.astone@gmail.com>2020-11-16 00:18:29 +0100
committerAlessandro Astone <ales.astone@gmail.com>2020-11-16 00:19:09 +0100
commita57351a0f4f42e6f6acfd26be8b73567bac15469 (patch)
tree0c74bf57d2153ccf6ad12f322309c7249a1eff5e
parent241ae7f3559fa210a38e3da36e34bbb5da7ed4f2 (diff)
sepolicy: Allow SetupWizard to set recovery update prop
Change-Id: Idd779499386af9f65189249a5bf5e5658cfbc8be
-rw-r--r--common/private/system_app.te3
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)