allwinner_a64/android/system/sepolicy/prebuilts/api/26.0/private/mediaserver.te
2018-08-08 17:48:24 +08:00

10 lines
336 B
Text

typeattribute mediaserver coredomain;
init_daemon_domain(mediaserver)
# allocate and use graphic buffers
hal_client_domain(mediaserver, hal_graphics_allocator)
# TODO(b/36375899): Remove this once OMX HAL is attributized and mediaserver is marked as a client
# of OMX HAL.
allow mediaserver hal_omx_hwservice:hwservice_manager find;