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:
parent
b732951030
commit
1b2a0b4dab
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
1
public/mediatranscoding.te
Normal file
1
public/mediatranscoding.te
Normal file
|
@ -0,0 +1 @@
|
|||
type mediatranscoding, domain;
|
Loading…
Reference in a new issue