Dec: SELinux policy change to allow uclamp.min set

To get better performance for 4K60FPS HDR video, we need
to boost the cpu when the load is too heavy for Bigwave
decoder.

Bug: 274736629

Change-Id: I32d683084dd55354002d4fd4c266492df3839a35
Signed-off-by: Ruofei Ma <ruofeim@google.com>
This commit is contained in:
Ruofei Ma 2023-06-29 00:18:59 +00:00
parent 4bb2aa413d
commit 4ee8ce9cd6

View file

@ -16,6 +16,7 @@ allow mediacodec_google dmabuf_system_heap_device:chr_file r_file_perms;
allow mediacodec_google dmabuf_system_secure_heap_device:chr_file r_file_perms;
allow mediacodec_google video_device:chr_file rw_file_perms;
allow mediacodec_google gpu_device:chr_file rw_file_perms;
allow mediacodec_google self:global_capability_class_set sys_nice;
crash_dump_fallback(mediacodec_google)