sepolicy: gs101: allow audio hal to use wakelock

Bug: 178789331
Test: build pass
Signed-off-by: JJ Lee <leejj@google.com>
Change-Id: I1d5c9ea8726f2e53bc05e0ecd5dedddede274794
This commit is contained in:
JJ Lee 2021-05-06 19:41:57 +08:00
parent 2c1ecf3a54
commit 43735f0fc3

View file

@ -27,3 +27,5 @@ userdebug_or_eng(`
allow hal_audio_default self:unix_stream_socket create_stream_socket_perms;
allow hal_audio_default audio_vendor_data_file:sock_file { create unlink };
')
wakelock_use(hal_audio_default);