mirror of
https://gitee.com/openharmony/sensors_start
synced 2024-11-27 00:40:43 +00:00
Signed-off-by:hellohyh001<huiyuehong@huawei.com>
This commit is contained in:
parent
68b202aba1
commit
1a112838d6
@ -9,8 +9,8 @@
|
||||
"services" : [{
|
||||
"name" : "msdp_sa",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system", "shell"]
|
||||
"uid" : "msdp",
|
||||
"gid" : ["msdp", "shell"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
"services" : [{
|
||||
"name" : "sensors",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/sensors.xml"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system", "shell"]
|
||||
"uid" : "sensor",
|
||||
"gid" : ["sensor", "shell"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user