2020-01-04 01:32:07 +01:00
|
|
|
type aidl_lazy_test_service, service_manager_type;
|
2018-08-17 09:35:42 +02:00
|
|
|
type apex_service, service_manager_type;
|
2015-09-09 19:48:04 +02:00
|
|
|
type audioserver_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type batteryproperties_service, app_api_service, ephemeral_app_api_service, service_manager_type;
|
2014-06-26 21:36:43 +02:00
|
|
|
type bluetooth_service, service_manager_type;
|
2015-12-04 01:10:05 +01:00
|
|
|
type cameraserver_service, service_manager_type;
|
2014-06-06 00:52:02 +02:00
|
|
|
type default_android_service, service_manager_type;
|
2019-02-25 13:12:15 +01:00
|
|
|
type dnsresolver_service, service_manager_type;
|
2014-06-06 00:52:02 +02:00
|
|
|
type drmserver_service, service_manager_type;
|
2016-10-29 00:52:15 +02:00
|
|
|
type dumpstate_service, service_manager_type;
|
2015-05-13 00:16:06 +02:00
|
|
|
type fingerprintd_service, service_manager_type;
|
2016-12-16 04:46:43 +01:00
|
|
|
type hal_fingerprint_service, service_manager_type;
|
2016-12-05 19:19:11 +01:00
|
|
|
type gatekeeper_service, app_api_service, service_manager_type;
|
2019-08-22 00:43:25 +02:00
|
|
|
type gpu_service, app_api_service, service_manager_type;
|
2018-06-15 08:08:19 +02:00
|
|
|
type idmap_service, service_manager_type;
|
2018-10-05 23:48:29 +02:00
|
|
|
type iorapd_service, service_manager_type;
|
2016-11-21 08:23:04 +01:00
|
|
|
type incident_service, service_manager_type;
|
2016-12-05 19:19:11 +01:00
|
|
|
type installd_service, service_manager_type;
|
2020-01-17 22:47:53 +01:00
|
|
|
type credstore_service, app_api_service, service_manager_type;
|
2014-06-06 00:52:02 +02:00
|
|
|
type keystore_service, service_manager_type;
|
2019-03-14 23:45:03 +01:00
|
|
|
type lpdump_service, service_manager_type;
|
2014-06-06 00:52:02 +02:00
|
|
|
type mediaserver_service, service_manager_type;
|
2017-01-24 21:53:45 +01:00
|
|
|
type mediametrics_service, service_manager_type;
|
2015-09-22 19:56:03 +02:00
|
|
|
type mediaextractor_service, service_manager_type;
|
2016-02-12 18:05:42 +01:00
|
|
|
type mediadrmserver_service, service_manager_type;
|
2019-11-28 03:10:01 +01:00
|
|
|
type mediatranscoding_service, app_api_service, service_manager_type;
|
2016-02-18 15:55:51 +01:00
|
|
|
type netd_service, service_manager_type;
|
2014-06-06 00:52:02 +02:00
|
|
|
type nfc_service, service_manager_type;
|
|
|
|
type radio_service, service_manager_type;
|
2018-01-04 19:33:20 +01:00
|
|
|
type secure_element_service, service_manager_type;
|
2019-10-17 01:30:26 +02:00
|
|
|
type service_manager_service, service_manager_type;
|
2016-07-01 21:18:54 +02:00
|
|
|
type storaged_service, service_manager_type;
|
2017-11-09 00:42:34 +01:00
|
|
|
type surfaceflinger_service, app_api_service, ephemeral_app_api_service, service_manager_type;
|
2014-07-01 17:38:56 +02:00
|
|
|
type system_app_service, service_manager_type;
|
2019-01-21 14:45:47 +01:00
|
|
|
type system_suspend_control_service, service_manager_type;
|
2016-01-26 01:41:03 +01:00
|
|
|
type update_engine_service, service_manager_type;
|
2017-02-10 00:15:11 +01:00
|
|
|
type virtual_touchpad_service, service_manager_type;
|
2017-09-26 21:58:29 +02:00
|
|
|
type vold_service, service_manager_type;
|
2017-03-14 21:26:17 +01:00
|
|
|
type vr_hwc_service, service_manager_type;
|
2018-07-14 02:17:01 +02:00
|
|
|
type vrflinger_vsync_service, service_manager_type;
|
2014-12-17 00:45:26 +01:00
|
|
|
|
|
|
|
# system_server_services broken down
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type accessibility_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type account_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type activity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-05-31 00:26:41 +02:00
|
|
|
type activity_task_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-11-05 08:05:20 +01:00
|
|
|
type adb_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-09-05 02:13:16 +02:00
|
|
|
type app_binding_service, system_server_service, service_manager_type;
|
2019-12-05 12:24:54 +01:00
|
|
|
type app_integrity_service, system_api_service, system_server_service, service_manager_type;
|
2018-11-19 22:58:19 +01:00
|
|
|
type app_prediction_service, app_api_service, system_server_service, service_manager_type;
|
2019-11-05 23:27:44 +01:00
|
|
|
type app_search_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type assetatlas_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type audio_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2019-11-15 00:32:24 +01:00
|
|
|
type auth_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type autofill_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type backup_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type batterystats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-07 02:27:42 +02:00
|
|
|
type battery_service, system_server_service, service_manager_type;
|
2018-01-11 03:11:22 +01:00
|
|
|
type binder_calls_stats_service, system_server_service, service_manager_type;
|
2019-10-29 23:28:20 +01:00
|
|
|
type blob_store_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-06-22 16:55:16 +02:00
|
|
|
type broadcastradio_service, system_server_service, service_manager_type;
|
2015-05-20 02:26:31 +02:00
|
|
|
type cameraproxy_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type contexthub_service, app_api_service, system_server_service, service_manager_type;
|
2017-10-13 15:48:32 +02:00
|
|
|
type crossprofileapps_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type IProxyService_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type companion_device_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type connectivity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type connmetrics_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-04 02:35:05 +01:00
|
|
|
type content_capture_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-18 00:39:58 +01:00
|
|
|
type content_suggestions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type content_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type country_detector_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2016-12-01 03:27:03 +01:00
|
|
|
# Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled
|
|
|
|
# with EMMA_INSTRUMENT=true. We should consider locking this down in the future.
|
|
|
|
type coverage_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type cpuinfo_service, system_api_service, system_server_service, service_manager_type;
|
2019-12-10 22:27:08 +01:00
|
|
|
type dataloader_manager_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type dbinfo_service, system_api_service, system_server_service, service_manager_type;
|
2018-12-07 17:27:29 +01:00
|
|
|
type device_config_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type device_policy_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type deviceidle_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type device_identifiers_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type devicestoragemonitor_service, system_server_service, service_manager_type;
|
2015-04-07 21:37:32 +02:00
|
|
|
type diskstats_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type display_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-09-27 23:17:42 +02:00
|
|
|
type color_display_service, system_api_service, system_server_service, service_manager_type;
|
2019-01-22 21:55:08 +01:00
|
|
|
type external_vibrator_service, system_server_service, service_manager_type;
|
2019-12-19 18:25:07 +01:00
|
|
|
type file_integrity_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type font_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2016-09-01 11:08:57 +02:00
|
|
|
type netd_listener_service, system_server_service, service_manager_type;
|
2017-11-13 18:52:05 +01:00
|
|
|
type network_watchlist_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type DockObserver_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type dreams_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type dropbox_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-09-26 21:58:29 +02:00
|
|
|
type lowpan_service, system_api_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type ethernet_service, app_api_service, system_server_service, service_manager_type;
|
2018-09-21 05:32:32 +02:00
|
|
|
type biometric_service, app_api_service, system_server_service, service_manager_type;
|
2019-01-11 18:26:10 +01:00
|
|
|
type bugreport_service, system_api_service, system_server_service, service_manager_type;
|
2020-01-16 17:56:32 +01:00
|
|
|
type platform_compat_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-09-01 03:14:16 +02:00
|
|
|
type face_service, app_api_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-07 21:37:32 +02:00
|
|
|
type hardware_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type hardware_properties_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-07 21:37:32 +02:00
|
|
|
type hdmi_control_service, system_api_service, system_server_service, service_manager_type;
|
2018-08-31 00:09:50 +02:00
|
|
|
type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2019-12-11 00:41:18 +01:00
|
|
|
type incremental_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-03-02 21:25:58 +01:00
|
|
|
type ipsec_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-09-01 03:14:16 +02:00
|
|
|
type iris_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2020-01-21 16:37:44 +01:00
|
|
|
type light_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type location_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-08 00:48:58 +02:00
|
|
|
type lock_settings_service, system_api_service, system_server_service, service_manager_type;
|
2018-08-30 14:04:55 +02:00
|
|
|
type looper_stats_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type media_projection_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type media_router_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type media_session_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type meminfo_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type midi_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type mount_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type netpolicy_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type netstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type network_management_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-08 22:04:59 +02:00
|
|
|
type network_score_service, system_api_service, system_server_service, service_manager_type;
|
2018-12-14 06:13:52 +01:00
|
|
|
type network_stack_service, system_server_service, service_manager_type;
|
2016-02-27 02:21:47 +01:00
|
|
|
type network_time_update_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type notification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-02-17 14:51:32 +01:00
|
|
|
type oem_lock_service, system_api_service, system_server_service, service_manager_type;
|
2015-12-03 06:23:30 +01:00
|
|
|
type otadexopt_service, system_server_service, service_manager_type;
|
2017-05-18 00:33:08 +02:00
|
|
|
type overlay_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type package_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2019-03-13 19:06:26 +01:00
|
|
|
type package_native_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type permission_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-20 16:50:53 +01:00
|
|
|
type permissionmgr_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-09 20:41:09 +02:00
|
|
|
type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
|
2016-05-02 20:04:39 +02:00
|
|
|
type pinner_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type power_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type print_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-08 22:04:59 +02:00
|
|
|
type processinfo_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type procstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2016-02-03 21:43:58 +01:00
|
|
|
type recovery_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type registry_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type restrictions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-11-09 02:37:45 +01:00
|
|
|
type role_service, app_api_service, system_server_service, service_manager_type;
|
2018-10-02 12:20:32 +02:00
|
|
|
type rollback_service, app_api_service, system_server_service, service_manager_type;
|
2018-11-20 20:41:15 +01:00
|
|
|
type runtime_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type rttmanager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type samplingprofiler_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type scheduling_policy_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type search_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2016-06-03 20:36:41 +02:00
|
|
|
type sec_key_att_app_id_provider_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type sensorservice_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-05 07:38:01 +01:00
|
|
|
type sensor_privacy_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type serial_service, system_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type servicediscovery_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type settings_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type shortcut_service, app_api_service, system_server_service, service_manager_type;
|
2017-12-04 20:41:54 +01:00
|
|
|
type slice_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type statusbar_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type storagestats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2019-12-24 03:14:28 +01:00
|
|
|
type system_config_service, system_api_service, system_server_service, service_manager_type;
|
2017-10-17 06:57:12 +02:00
|
|
|
type system_update_service, system_server_service, service_manager_type;
|
2019-09-24 19:11:33 +02:00
|
|
|
type soundtrigger_middleware_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type task_service, system_server_service, service_manager_type;
|
2019-01-15 22:39:30 +01:00
|
|
|
type testharness_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-11 01:28:59 +01:00
|
|
|
type thermal_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-05-30 15:44:47 +02:00
|
|
|
type timedetector_service, system_server_service, service_manager_type;
|
2017-01-11 17:27:02 +01:00
|
|
|
type timezone_service, system_server_service, service_manager_type;
|
2019-11-07 17:01:55 +01:00
|
|
|
type timezonedetector_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type trust_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2019-11-08 00:32:40 +01:00
|
|
|
type tv_tuner_resource_mgr_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type updatelock_service, system_api_service, system_server_service, service_manager_type;
|
2018-07-22 08:21:08 +02:00
|
|
|
type uri_grants_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type usagestats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2017-03-31 00:50:56 +02:00
|
|
|
type usb_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type user_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type vibrator_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
|
|
|
type voiceinteraction_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2016-04-06 03:12:21 +02:00
|
|
|
type vr_manager_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type wallpaper_service, app_api_service, system_server_service, service_manager_type;
|
Start locking down access to services from ephemeral apps
This starts with the reduction in the number of services that
ephemeral apps can access. Prior to this commit, ephemeral apps were
permitted to access most of the service_manager services accessible
by conventional apps. This commit reduces this set by removing access
from ephemeral apps to:
* gatekeeper_service,
* sec_key_att_app_id_provider_service,
* wallpaper_service,
* wifiaware_service,
* wifip2p_service,
* wifi_service.
Test: Device boots up fine, Chrome, Play Movies, YouTube, Netflix, work fine.
Bug: 33349998
Change-Id: Ie4ff0a77eaca8c8c91efda198686c93c3a2bc4b3
2017-02-28 22:59:06 +01:00
|
|
|
type webviewupdate_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type wifip2p_service, app_api_service, system_server_service, service_manager_type;
|
2015-04-03 01:50:08 +02:00
|
|
|
type wifiscanner_service, system_api_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type wifi_service, app_api_service, system_server_service, service_manager_type;
|
2017-01-20 17:34:04 +01:00
|
|
|
type wificond_service, service_manager_type;
|
2016-11-04 21:37:17 +01:00
|
|
|
type wifiaware_service, app_api_service, system_server_service, service_manager_type;
|
2015-04-09 00:12:24 +02:00
|
|
|
type window_service, system_api_service, system_server_service, service_manager_type;
|
2018-11-16 22:32:58 +01:00
|
|
|
type inputflinger_service, system_api_service, system_server_service, service_manager_type;
|
2017-08-04 23:51:36 +02:00
|
|
|
type wpantund_service, system_api_service, service_manager_type;
|
2019-12-16 11:07:24 +01:00
|
|
|
type tethering_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
2018-12-19 22:36:53 +01:00
|
|
|
|
2019-10-26 00:04:45 +02:00
|
|
|
###
|
|
|
|
### HAL Services
|
|
|
|
###
|
|
|
|
|
2020-01-17 22:47:53 +01:00
|
|
|
type hal_identity_service, vendor_service, service_manager_type;
|
2020-01-21 16:37:44 +01:00
|
|
|
type hal_light_service, vendor_service, service_manager_type;
|
2020-01-10 20:42:33 +01:00
|
|
|
type hal_power_service, vendor_service, service_manager_type;
|
2019-12-04 01:55:43 +01:00
|
|
|
type hal_rebootescrow_service, vendor_service, service_manager_type;
|
2019-10-26 00:04:45 +02:00
|
|
|
type hal_vibrator_service, vendor_service, service_manager_type;
|
|
|
|
|
2018-12-19 22:36:53 +01:00
|
|
|
###
|
|
|
|
### Neverallow rules
|
|
|
|
###
|
|
|
|
|
|
|
|
# servicemanager handles registering or looking up named services.
|
|
|
|
# It does not make sense to register or lookup something which is not a service.
|
|
|
|
# Trigger a compile error if this occurs.
|
|
|
|
neverallow domain ~{ service_manager_type vndservice_manager_type }:service_manager { add find };
|