summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Galhardo <mgalhardo@google.com>2023-03-15 09:18:56 +0000
committerMarcello Galhardo <mgalhardo@google.com>2023-03-15 11:45:10 +0000
commit7e59945dbb988b7ffb5be826dd9881212dc8bfce (patch)
tree7feba153d9c823c8d98f2e359fcc627232238f29
parentadd3a605351a4107121d0a8c4321e0bc000376be (diff)
downloadtangorpro-sepolicy-7e59945dbb988b7ffb5be826dd9881212dc8bfce.tar.gz
Allow platform_app:systemui to access system_update info
Test: manual Bug: 273684235 Change-Id: I516e792e926827471b04b336038fab1b1cd540ec
-rw-r--r--system_ext/private/platform_app.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/system_ext/private/platform_app.te b/system_ext/private/platform_app.te
new file mode 100644
index 0000000..cd094a3
--- /dev/null
+++ b/system_ext/private/platform_app.te
@@ -0,0 +1,2 @@
+# Allow platform apps to access system_update_service (e.g. check if update info is available).
+allow platform_app system_update_service:service_manager find; \ No newline at end of file