From 66012c61ab72ab9c48bc60a570186328cfd8ee90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BD=B3=E4=BC=9F?= Date: Wed, 13 Aug 2025 11:45:11 +0800 Subject: [PATCH] =?UTF-8?q?Description:=E4=BF=AE=E6=94=B9=E8=8A=82?= =?UTF-8?q?=E7=82=B9group=20IssueNo:https://gitee.com/openharmony/startup?= =?UTF-8?q?=5Finit/issues/ICSPLA=20Binary=20Source:No=20Signed-off-by:=20s?= =?UTF-8?q?ongjiawei9=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ueventd/etc/ueventd.config | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ueventd/etc/ueventd.config b/ueventd/etc/ueventd.config index 8c284da87..52cd33aa9 100644 --- a/ueventd/etc/ueventd.config +++ b/ueventd/etc/ueventd.config @@ -21,7 +21,7 @@ /dev/input/event* 0660 0 input /dev/input/mice 0660 0 input /dev/input/mouse0 0660 0 input -/dev/snd/timer 0660 1000 1005 +/dev/snd/timer 0660 system audio /dev/zero 0666 0 0 /dev/full 0666 0 0 /dev/ptmx 0666 0 0 @@ -32,36 +32,36 @@ /dev/pmsg0 0222 0 1007 /dev/jpeg 0666 1000 1003 /dev/vinput 0660 1000 1004 -/dev/mmz_userdev 0644 1000 1005 +/dev/mmz_userdev 0644 system system /dev/graphics/fb0 0660 1000 1003 -/dev/mem 0660 1000 1005 +/dev/mem 0660 system system /dev/ion 0664 1000 1000 /dev/btusb0 0660 1002 1002 /dev/uhid 0660 3011 3011 -/dev/tc_ns_client 0660 1000 1005 +/dev/tc_ns_client 0660 system system /dev/rtk_btusb 0660 1002 0 -/dev/sil9293 0660 1000 1005 +/dev/sil9293 0660 system system /dev/stpbt 0660 1002 1001 -/dev/avs 0660 1000 1005 -/dev/gdc 0660 1000 1005 -/dev/hdmi 0660 1000 1005 -/dev/hi_mipi 0660 1000 1005 -/dev/hi_mipi_tx 0660 1000 1005 +/dev/avs 0660 system system +/dev/gdc 0660 system system +/dev/hdmi 0660 system system +/dev/hi_mipi 0660 system system +/dev/hi_mipi_tx 0660 system system /dev/hi_tde 0644 1000 1003 /dev/isp_dev 0660 1000 1006 -/dev/match 0660 1000 1005 -/dev/photo 0660 1000 1005 -/dev/rect 0660 1000 1005 -/dev/rgn 0660 1000 1005 -/dev/sys 0660 1000 1005 -/dev/vb 0666 1000 1005 -/dev/vdec 0666 1000 1005 -/dev/venc 0666 1000 1005 -/dev/vi 0660 1000 1005 -/dev/vo 0660 1000 1005 -/dev/vpss 0660 1000 1005 +/dev/match 0660 system system +/dev/photo 0660 system system +/dev/rect 0660 system system +/dev/rgn 0660 system system +/dev/sys 0660 system system +/dev/vb 0666 system system +/dev/vdec 0666 system system +/dev/venc 0666 system system +/dev/vi 0660 system system +/dev/vo 0660 system system +/dev/vpss 0660 system system /dev/i2c-* 0660 1000 1006 -/dev/vgs 0666 1000 1005 +/dev/vgs 0666 system system /dev/dri/card0 0666 0 1003 /dev/dri/card0-DSI-1 0666 0 1003 /dev/dri/card0-HDMI-A-1 0666 0 1003 -- Gitee