summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2023-09-15 03:55:19 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-09-15 03:55:19 +0000
commit57547357d94f7d5615463d4c551526563d97a38e (patch)
tree2558afeee419d08c7c9affcb072af2f435821060
parent80c26d25240fc9923e7dce8ed30e71a442a206f4 (diff)
downloadgs101-sepolicy-57547357d94f7d5615463d4c551526563d97a38e.tar.gz
Remove obsolete exo sepolicy
They are not used anymore. Bug: 296512193 Test: m selinux_policy (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:567ce923337337ccbba3a6d81ee437571c9025ea) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7e9c67cf47f6ef5d7f8e1f0244c4c0eb01079604) Merged-In: If1e70eb34f5225e1df329df31fbc7439c9e4fa4b Change-Id: If1e70eb34f5225e1df329df31fbc7439c9e4fa4b
-rw-r--r--ambient/exo_app.te24
-rw-r--r--ambient/seapp_contexts2
2 files changed, 0 insertions, 26 deletions
diff --git a/ambient/exo_app.te b/ambient/exo_app.te
deleted file mode 100644
index 9b4fd0b..0000000
--- a/ambient/exo_app.te
+++ /dev/null
@@ -1,24 +0,0 @@
-type exo_app, coredomain, domain;
-
-# TODO(b/296512193): move exo_app out of vendor sepolicy
-typeattribute exo_app vendor_seapp_assigns_coredomain_violators;
-
-app_domain(exo_app)
-net_domain(exo_app)
-
-allow exo_app app_api_service:service_manager find;
-allow exo_app audioserver_service:service_manager find;
-allow exo_app cameraserver_service:service_manager find;
-allow exo_app mediaserver_service:service_manager find;
-allow exo_app radio_service:service_manager find;
-allow exo_app fwk_stats_service:service_manager find;
-allow exo_app mediametrics_service:service_manager find;
-allow exo_app virtual_device_service:service_manager find;
-allow exo_app gpu_device:dir search;
-
-allow exo_app uhid_device:chr_file rw_file_perms;
-
-binder_call(exo_app, statsd)
-binder_use(exo_app)
-
-get_prop(exo_app, device_config_runtime_native_boot_prop)
diff --git a/ambient/seapp_contexts b/ambient/seapp_contexts
deleted file mode 100644
index 8024688..0000000
--- a/ambient/seapp_contexts
+++ /dev/null
@@ -1,2 +0,0 @@
-# Domain for Exo app
-user=_app seinfo=platform name=com.google.pixel.exo domain=exo_app type=app_data_file levelFrom=all