Merge "Allow STHAL to read model params from system"

This commit is contained in:
Atneya Nair 2023-02-22 18:11:28 +00:00 committed by Gerrit Code Review
commit b2ad5b058b

View file

@ -22,6 +22,8 @@ allow hal_audio dumpstate:fifo_file write;
# Needed to allow sound trigger hal to access shared memory from apps.
allow hal_audio_server appdomain:fd use;
# Allow sound trigger hal to access shared memory from system server.
allow hal_audio_server system_server_tmpfs:file { getattr map read };
# allow self to set scheduler (and allows Binder RT PI)
allow hal_audio_server self:global_capability_class_set sys_nice;