Revert "Treble-ize tmpfs access"

This reverts commit f8b962729f.

Reason for revert:
This change is no longer necessary due to aosp/889855 which moves all
apps to a shared tmpfs type. It's simpler, and significantly less 
likely to cause build breakages in downstream trees.
Bug: 122854450

Change-Id: I5226ff72c3fbae46822e40d7fbbacee9bc49c6db
This commit is contained in:
Jeffrey Vander Stoep
2019-02-01 21:39:50 +00:00
parent f8b962729f
commit a1503a9d93
14 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
type wfc_activation_app, domain, coredomain;
type wfc_activation_app_tmpfs, file_type;
app_domain(wfc_activation_app)
net_domain(wfc_activation_app)

View File

@@ -1,2 +1 @@
type dataservice_app, domain;
type dataservice_app_tmpfs, file_type;
type dataservice_app, domain;

View File

@@ -1,6 +1,5 @@
# ConnectivityMonitor app
type con_monitor_app, domain;
type con_monitor_app_tmpfs, file_type;
app_domain(con_monitor_app)

View File

@@ -1,5 +1,4 @@
type easelservice_app, domain;
type easelservice_app_tmpfs, file_type;
app_domain(easelservice_app)

View File

@@ -1,5 +1,4 @@
type google_camera_app, domain, coredomain;
type google_camera_app_tmpfs, file_type;
app_domain(google_camera_app)
net_domain(google_camera_app)

View File

@@ -1,5 +1,4 @@
type hardware_info_app, domain;
type hardware_info_app_tmpfs, file_type;
app_domain(hardware_info_app)

View File

@@ -1,5 +1,4 @@
type logger_app, domain;
type logger_app_tmpfs, file_type;
userdebug_or_eng(`
app_domain(logger_app)

View File

@@ -1,5 +1,4 @@
type mds_app, domain;
type mds_app_tmpfs, file_type;
app_domain(mds_app)

View File

@@ -1,6 +1,5 @@
# Qualcomm telephony apps, such as AtFwd and FastDormancy
type qtelephony, domain;
type qtelephony_tmpfs, file_type;
app_domain(qtelephony)

View File

@@ -1,5 +1,4 @@
type ramdump_app, domain;
type ramdump_app_tmpfs, file_type;
userdebug_or_eng(`
app_domain(ramdump_app)

View File

@@ -1,6 +1,5 @@
# SSRestartDetector app
type ssr_detector_app, domain;
type ssr_detector_app_tmpfs, file_type;
app_domain(ssr_detector_app)

View File

@@ -1,5 +1,4 @@
type tango_core, domain, coredomain;
type tango_core_tmpfs, file_type;
app_domain(tango_core)
#from system/sepolicy/private/untrusted_app.te

View File

@@ -1,5 +1,4 @@
type timeservice_app, domain;
type timeservice_app_tmpfs, file_type;
app_domain(timeservice_app);
allow timeservice_app app_api_service:service_manager find;

View File

@@ -1,5 +1,4 @@
type obdm_app, domain, coredomain;
type obdm_app_tmpfs, file_type;
app_domain(obdm_app)
net_domain(obdm_app)