Merge "sepolicy: gs101: allow audio hal to use wakelock" into sc-dev

This commit is contained in:
JJ Lee
2021-05-10 02:14:07 +00:00
committed by Android (Google) Code Review

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);