From b0e38e01b35cab55280ceba690dcdeeeff20dbb9 Mon Sep 17 00:00:00 2001 From: janiervan Date: Mon, 31 Oct 2022 09:16:54 +0000 Subject: [PATCH] fix: audio thread name Signed-off-by: janiervan --- services/etc/group | 3 ++- services/etc/passwd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services/etc/group b/services/etc/group index 57b72b03..ad537463 100644 --- a/services/etc/group +++ b/services/etc/group @@ -50,7 +50,8 @@ usb_host:x:3023: usbfnMaster_host:x:3024: power_host:x:3025: wifi_host:x:3026: -audio_host:x:3027: +audio_hdi_server_host:x:3027: +audio_host:x:3127: camera_host:x:3028: input_user_host:x:3029: display_gralloc_host:x:3030: diff --git a/services/etc/passwd b/services/etc/passwd index ff26843b..b063d208 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -46,7 +46,8 @@ usb_host:x:3023:3023:::/bin/false usbfnMaster_host:x:3024:3024:::/bin/false power_host:x:3025:3025:::/bin/false wifi_host:x:3026:3026:::/bin/false -audio_host:x:3027:3027:::/bin/false +audio_hdi_server_host:x:3027:3027:::/bin/false +audio_host:x:3127:3127:::/bin/false camera_host:x:3028:3028:::/bin/false input_user_host:x:3029:3029:::/bin/false display_gralloc_host:x:3030:3030:::/bin/false -- GitLab