aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao Yan <aceyansf@google.com>2019-04-24 14:31:45 -0700
committerAlistair Strachan <astrachan@google.com>2019-04-25 23:55:51 +0000
commited16d9e28a24d8a96ce8262c3ba126ba5d597e68 (patch)
treefcf7b98e01b2d33f280e73c065013cd3b165be8a
parent21aac0aa4162736630d0a953589da29598a16747 (diff)
downloadCar-oreo-mr1-iot-release.tar.gz
Add common sepolicy required by AOSP Auto devicesandroid-o-mr1-iot-release-1.0.12oreo-mr1-iot-release
Bug: 131230835 Test: lunch aosp_cf_x86_auto-userdebug && m dist -j48 && launch and check selinux denials. Change-Id: I6086eabd2533148ff2c8c5f84294de4c715baab5
-rw-r--r--car_product/sepolicy/private/bootanim.te1
-rw-r--r--car_product/sepolicy/private/platform_app.te2
2 files changed, 3 insertions, 0 deletions
diff --git a/car_product/sepolicy/private/bootanim.te b/car_product/sepolicy/private/bootanim.te
new file mode 100644
index 0000000000..9f20466a8e
--- /dev/null
+++ b/car_product/sepolicy/private/bootanim.te
@@ -0,0 +1 @@
+dontaudit bootanim system_data_file:dir r_dir_perms;
diff --git a/car_product/sepolicy/private/platform_app.te b/car_product/sepolicy/private/platform_app.te
new file mode 100644
index 0000000000..6f67594847
--- /dev/null
+++ b/car_product/sepolicy/private/platform_app.te
@@ -0,0 +1,2 @@
+allow platform_app broadcastradio_service:service_manager find;
+allow platform_app carservice_service:service_manager find;