From 7d1d179ce79b451c9c344f7896452d232a5bb962 Mon Sep 17 00:00:00 2001 From: ligx0104 Date: Fri, 8 Apr 2022 01:14:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?IssueNo:RK3568=E6=89=93=E9=80=9A=E8=9C=82?= =?UTF-8?q?=E7=AA=9D=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description:RK3568打通蜂窝数据 Sig:SIG_Telephony Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: ligx0104 Change-Id: Iebfee623311b53135b8965229e8a79daa72a3162 --- services/etc/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/etc/passwd b/services/etc/passwd index 3255b35d4..a723c2f19 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -46,7 +46,7 @@ camera_host:x:3028:3028:::/bin/false input_user_host:x:3029:3029:::/bin/false display_gralloc_host:x:3030:3030:::/bin/false codec_host:x:3031:3031:::/bin/false -riladapter_host:x:3032:3032:::/bin/false +riladapter_host:x:0: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 -- Gitee From 97699e4571390e9a373884102950e9e6c34fc7b5 Mon Sep 17 00:00:00 2001 From: ligx0104 <10553142+ligx0104@user.noreply.gitee.com> Date: Thu, 3 Nov 2022 03:30:03 +0000 Subject: [PATCH 2/2] update services/etc/passwd. Signed-off-by: ligx0104 <10553142+ligx0104@user.noreply.gitee.com> --- services/etc/passwd | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/services/etc/passwd b/services/etc/passwd index 10d261473..9d1ca33eb 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -51,10 +51,9 @@ input_user_host:x:3029:3029:::/bin/false display_gralloc_host:x:3030:3030:::/bin/false codec_host:x:3031:3031:::/bin/false riladapter_host:x:0: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 +sensor_host:x:3033:3033:::/bin/false +vibrator_host:x:3034:3034:::/bin/false +light_host:x:3035:3035:::/bin/false disp_gralloc_host:x:3037:3037:::/bin/false dcamera_host:x:3038:3038:::/bin/false daudio_host:x:3059:3059:::/bin/false -- Gitee