Move mediatranscoding type to public

Move type to public so that it can be vendor customized. This
can be necessary if (for example) the gralloc/gpu same-process-HAL
requires additional permissions.

Bug: 199581284
Test: build
Change-Id: I61a5a3ad96112d4293fd4bf6d55f939c974643ce
This commit is contained in:
Jeff Vander Stoep 2021-10-21 09:08:52 +02:00
parent b732951030
commit 1b2a0b4dab
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,4 @@
# mediatranscoding - daemon for transcoding video and image.
type mediatranscoding, domain;
type mediatranscoding_exec, system_file_type, exec_type, file_type;
type mediatranscoding_tmpfs, file_type;
typeattribute mediatranscoding coredomain;

View file

@ -0,0 +1 @@
type mediatranscoding, domain;