summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2023-08-10 02:33:31 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-10 02:33:31 +0000
commit3106df1772c82cec2a984f0d39e9f64150271d7b (patch)
tree654daa6e58bc521676ace3a808976baf6e74a6c1
parent59e512323906b2b4b0b2f1ae684b83ea8b6f4641 (diff)
parent77f03f01cfb62ad74c04816720c14641e0cd2602 (diff)
downloadpixel-sepolicy-3106df1772c82cec2a984f0d39e9f64150271d7b.tar.gz
Move turbo_adapter sepolicy to system_ext am: 9f4865ff57 am: faacbe722a am: 77f03f01cf
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/24364935 Change-Id: I610015becf03a212151db939d41a8a5576699fb3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--turbo_adapter/private/seapp_contexts (renamed from turbo_adapter/seapp_contexts)0
-rw-r--r--turbo_adapter/private/turbo_adapter.te (renamed from turbo_adapter/turbo_adapter.te)2
-rw-r--r--turbo_adapter/public/turbo_adapter.te1
3 files changed, 2 insertions, 1 deletions
diff --git a/turbo_adapter/seapp_contexts b/turbo_adapter/private/seapp_contexts
index 4f983be..4f983be 100644
--- a/turbo_adapter/seapp_contexts
+++ b/turbo_adapter/private/seapp_contexts
diff --git a/turbo_adapter/turbo_adapter.te b/turbo_adapter/private/turbo_adapter.te
index 63cb193..5eb76c1 100644
--- a/turbo_adapter/turbo_adapter.te
+++ b/turbo_adapter/private/turbo_adapter.te
@@ -2,7 +2,7 @@
# this means that TurboAdapter doesn't get the platform_app permissions any more, so we need to
# list everything that it needs here.
-type turbo_adapter, domain, coredomain, system_suspend_internal_server;
+typeattribute turbo_adapter coredomain, system_suspend_internal_server;
app_domain(turbo_adapter)
diff --git a/turbo_adapter/public/turbo_adapter.te b/turbo_adapter/public/turbo_adapter.te
new file mode 100644
index 0000000..ef2ec65
--- /dev/null
+++ b/turbo_adapter/public/turbo_adapter.te
@@ -0,0 +1 @@
+type turbo_adapter, domain;