summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli B <abittin@gmail.com>2020-12-08 21:28:35 +0300
committerdoc HD <doc.divxm@gmail.com>2021-01-17 23:47:25 +0300
commit204b1c625221d379b0568755415ecea20aa2d96f (patch)
treed4eef41f86ffac8fd17f5d8e107efb01b2530c7b
parent15ec9866864c1339c416ec488c6806e1ec21b3df (diff)
platform_app: give access to ota package file
Needed for AICP Updater access to downloaded ota files Change-Id: I70fad878232af78f7f5f1138f5b0bda62dfba930
-rw-r--r--common/private/platform_app.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/private/platform_app.te b/common/private/platform_app.te
new file mode 100644
index 0000000..cafce95
--- /dev/null
+++ b/common/private/platform_app.te
@@ -0,0 +1,2 @@
+#AICP Updater Ota package file
+allow platform_app ota_package_file:dir { read open search };