remove redundant exo sepolicy
All exo sepolicy live in gs101 Bug: 196916111 Test: build pass Change-Id: I5c9a8af806c62ee74b4f2ab23bd60cd9706b2dae
This commit is contained in:
parent
4d8c9e5940
commit
dfbc96da03
6 changed files with 0 additions and 18 deletions
|
@ -1,2 +0,0 @@
|
|||
# For collecting bugreports.
|
||||
dump_hal(hal_camera)
|
|
@ -1,3 +0,0 @@
|
|||
# Allow exo app to find and bind exo camera injection hal.
|
||||
allow exo_app hal_exo_camera_injection_hwservice:hwservice_manager find;
|
||||
binder_call(exo_app, hal_exo_camera_injection)
|
|
@ -1 +0,0 @@
|
|||
/vendor/bin/hw/vendor\.google\.exo_camera_injection@1\.0-service u:object_r:hal_exo_camera_injection_exec:s0
|
|
@ -1,10 +0,0 @@
|
|||
# TODO(b/180558115): It will moved to pixel-sepolicy after pixel 6 launches.
|
||||
type hal_exo_camera_injection, domain;
|
||||
hal_server_domain(hal_exo_camera_injection, hal_camera)
|
||||
|
||||
type hal_exo_camera_injection_exec, exec_type, vendor_file_type, file_type;
|
||||
init_daemon_domain(hal_exo_camera_injection)
|
||||
|
||||
hwbinder_use(hal_exo_camera_injection)
|
||||
add_hwservice(hal_exo_camera_injection, hal_exo_camera_injection_hwservice)
|
||||
allow hal_exo_camera_injection hal_graphics_mapper_hwservice:hwservice_manager find;
|
|
@ -1 +0,0 @@
|
|||
type hal_exo_camera_injection_hwservice, hwservice_manager_type;
|
|
@ -1 +0,0 @@
|
|||
vendor.google.exo_camera_injection::IExoCameraInjection u:object_r:hal_exo_camera_injection_hwservice:s0
|
Loading…
Add table
Add a link
Reference in a new issue