Merge "Treble-ize tmpfs access"
diff --git a/car_product/sepolicy/public/carservice_app.te b/car_product/sepolicy/public/carservice_app.te
index fd276b6..7825a86 100644
--- a/car_product/sepolicy/public/carservice_app.te
+++ b/car_product/sepolicy/public/carservice_app.te
@@ -1,2 +1,3 @@
 # Domain to run Car Service (com.android.car)
 type carservice_app, domain, coredomain;
+type carservice_app_tmpfs, file_type;
diff --git a/car_product/sepolicy/test/kitchensink_app.te b/car_product/sepolicy/test/kitchensink_app.te
index 8bd5a68..eef426a 100644
--- a/car_product/sepolicy/test/kitchensink_app.te
+++ b/car_product/sepolicy/test/kitchensink_app.te
@@ -1,5 +1,6 @@
 # Domain to run EmbeddedKitchenSink app (for test-purpose)
 type kitchensink_app, domain;
+type kitchensink_app_tmpfs, file_type;
 app_domain(kitchensink_app);
 
 # Allow Car Service to be the client of Vehicle HAL