From a6c56f378404212a1fd5f513bacbf374b1a521f8 Mon Sep 17 00:00:00 2001 From: fangdong7 Date: Wed, 25 May 2022 09:01:43 +0000 Subject: [PATCH] fix: remove wifi_c_host Signed-off-by: fangdong7 --- services/etc/group | 1 - services/etc/passwd | 1 - 2 files changed, 2 deletions(-) diff --git a/services/etc/group b/services/etc/group index b276838f..a8f8360d 100755 --- a/services/etc/group +++ b/services/etc/group @@ -53,7 +53,6 @@ riladapter_host:x:3032: sensor_dal_host:x:3033: vibrator_dal_host:x:3034: light_dal_host:x:3035: -wifi_c_host:x:3036: disp_gralloc_host:x:3037: dcamera_host:x:3038: hwc_host:x:3039: diff --git a/services/etc/passwd b/services/etc/passwd index d7223fb5..137187d7 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -51,7 +51,6 @@ riladapter_host:x:3032:3032:::/bin/false sensor_dal_host:x:3033:3033:::/bin/false vibrator_dal_host:x:3034:3034:::/bin/false light_dal_host:x:3035:3035:::/bin/false -wifi_c_host:x:3036:3036:::/bin/false disp_gralloc_host:x:3037:3037:::/bin/false dcamera_host:x:3038:3038:::/bin/false hwc_host:x:3039:3039:::/bin/false -- GitLab