From d7390ad3dcfbf2280e44d20344856f16bc6ed770 Mon Sep 17 00:00:00 2001 From: chen-yu5 Date: Wed, 12 Jul 2023 10:44:08 +0800 Subject: [PATCH] telephony:Fixed the failure to open the cellular_data --- services/etc/passwd | 2 +- ueventd/etc/ueventd.config | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/services/etc/passwd b/services/etc/passwd index cd121a6d..d1d09d2a 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -52,7 +52,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_host:x:3033:3033:::/bin/false vibrator_host:x:3034:3034:::/bin/false light_host:x:3035:3035:::/bin/false diff --git a/ueventd/etc/ueventd.config b/ueventd/etc/ueventd.config index b5168ca1..094a766a 100755 --- a/ueventd/etc/ueventd.config +++ b/ueventd/etc/ueventd.config @@ -76,5 +76,3 @@ /dev/ttyS* 0666 0 0 /dev/ttyACM* 0666 0 0 /dev/ttyUSB* 0666 0 0 -/dev/stty_lte* 0666 0 0 -/dev/spipe_lte* 0666 0 0 -- Gitee