summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Powell <eamonpowell@outlook.com>2020-10-07 00:18:42 +1100
committerdoc HD <doc.divxm@gmail.com>2020-11-12 20:54:10 +0300
commit4e44b896b177e6bf36269ae2fe0235c005d31c5b (patch)
tree061a3ce99cecf0bbdb63e1706f02879c656ac060
parentba80b1d94fede5435a530cd13a16ed79d3481efa (diff)
updater_app: Allow updater_app domain to access the network
When the Updater app was switched from the priv_app selinux domain to its own domain it accidentally lost network permissions. Change-Id: Ieafcf0ae8fb67b3eea6f652326fe232149e159d4
-rw-r--r--common/private/updater_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/private/updater_app.te b/common/private/updater_app.te
index ad42ccc..8c0bbe5 100644
--- a/common/private/updater_app.te
+++ b/common/private/updater_app.te
@@ -1,6 +1,7 @@
type updater_app, domain, coredomain;
app_domain(updater_app)
+net_domain(updater_app)
binder_call(updater_app, update_engine)