Fix sepolicy name conflict am: 40eb67e0f1

Original change: https://android-review.googlesource.com/c/device/google/wahoo/+/1425234

Change-Id: I8df7430a6e00394ffe986a400f7ad7c2abddba12
This commit is contained in:
Benjamin Schwartz
2020-09-15 17:34:36 +00:00
committed by Automerger Merge Worker
4 changed files with 1 additions and 8 deletions

View File

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

View File

@@ -6,7 +6,3 @@ get_prop(hal_power_stats_default, wifi_hal_prop) # Needed to detect wifi on/off
# power.stats HAL needs access to the easel sysfs node
r_dir_file(hal_power_stats_default, sysfs_easel)
# Allow power.stats HAL to add the power_stats_service
vndbinder_use(hal_power_stats)
add_service(hal_power_stats_server, power_stats_service)

View File

@@ -1,4 +1,3 @@
type qdisplay_service, vndservice_manager_type;
type per_mgr_service, vndservice_manager_type;
type power_stats_service, vndservice_manager_type;

View File

@@ -1,4 +1,2 @@
display.qservice u:object_r:qdisplay_service:s0
vendor.qcom.PeripheralManager u:object_r:per_mgr_service:s0
power.stats-vendor u:object_r:power_stats_service:s0