mirror of
https://github.com/openharmony/distributed_screen.git
synced 2026-07-19 17:04:08 -04:00
!79 配置分布式屏幕独立UID和相关权限
Merge pull request !79 from gaoqiang/OpenHarmony-3.2-Beta1
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
"services" : [{
|
||||
"name" : "dscreen",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/dscreen.xml"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system"],
|
||||
"uid" : "dscreen",
|
||||
"gid" : ["dscreen"],
|
||||
"caps" : ["DAC_OVERRIDE","DAC_READ_SEARCH"],
|
||||
"ondemand" : true
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user