Remove obsolete exo sepolicy am: 57547357d9
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2752871 Change-Id: Iebeedf242e85dab5c85cdf8161ca79938ce88686 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
type exo_app, coredomain, domain;
|
||||
|
||||
# TODO(b/296512193): move exo_app out of vendor sepolicy
|
||||
typeattribute exo_app vendor_seapp_assigns_coredomain_violators;
|
||||
|
||||
app_domain(exo_app)
|
||||
net_domain(exo_app)
|
||||
|
||||
allow exo_app app_api_service:service_manager find;
|
||||
allow exo_app audioserver_service:service_manager find;
|
||||
allow exo_app cameraserver_service:service_manager find;
|
||||
allow exo_app mediaserver_service:service_manager find;
|
||||
allow exo_app radio_service:service_manager find;
|
||||
allow exo_app fwk_stats_service:service_manager find;
|
||||
allow exo_app mediametrics_service:service_manager find;
|
||||
allow exo_app virtual_device_service:service_manager find;
|
||||
allow exo_app gpu_device:dir search;
|
||||
|
||||
allow exo_app uhid_device:chr_file rw_file_perms;
|
||||
|
||||
binder_call(exo_app, statsd)
|
||||
binder_use(exo_app)
|
||||
|
||||
get_prop(exo_app, device_config_runtime_native_boot_prop)
|
||||
@@ -1,2 +0,0 @@
|
||||
# Domain for Exo app
|
||||
user=_app seinfo=platform name=com.google.pixel.exo domain=exo_app type=app_data_file levelFrom=all
|
||||
Reference in New Issue
Block a user