You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
492 B
15 lines
492 B
4 months ago
|
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;
|