c10a9eadd8
mediaserver and mediaextractor both need this. bug: 145607042 bug: 145355521 test: run modified android.media.cts.HeifWriterTest to use the new android.Os.memfd_create, the test should pass; shouldn't fail in verification step due to MediaMetadataRetriever can't access the memfd. Change-Id: I47dabb9d98c77b647521884c7b5fadf04eae3b41
14 lines
492 B
Text
14 lines
492 B
Text
typeattribute mediaserver coredomain;
|
|
|
|
init_daemon_domain(mediaserver)
|
|
tmpfs_domain(mediaserver)
|
|
allow mediaserver appdomain_tmpfs:file { getattr map read write };
|
|
|
|
# allocate and use graphic buffers
|
|
hal_client_domain(mediaserver, hal_graphics_allocator)
|
|
hal_client_domain(mediaserver, hal_configstore)
|
|
hal_client_domain(mediaserver, hal_drm)
|
|
hal_client_domain(mediaserver, hal_omx)
|
|
hal_client_domain(mediaserver, hal_codec2)
|
|
|
|
allow mediaserver mediatranscoding_service:service_manager find;
|