fix: Uid causes authentication failure

Signed-off-by: ShiJie <shijie20@huawei.com>
Change-Id: I632195513a4de7cd4690e624846bdda4a8d6b573
This commit is contained in:
ShiJie
2022-03-22 01:12:04 -07:00
parent ec7c5072ab
commit ca2f66f1fe
+2 -2
View File
@@ -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"]
},
{