mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-20 02:34:12 -04:00
fix: Uid causes authentication failure
Signed-off-by: ShiJie <shijie20@huawei.com> Change-Id: I632195513a4de7cd4690e624846bdda4a8d6b573
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
"name" : "power_host",
|
||||
"dynamic" : true,
|
||||
"path" : ["/vendor/bin/hdf_devhost"],
|
||||
"uid" : "power_host",
|
||||
"gid" : ["power_host"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system"],
|
||||
"caps" : ["DAC_OVERRIDE", "DAC_READ_SEARCH"]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user