Signed-off-by:hellohyh001<huiyuehong@huawei.com>

This commit is contained in:
SUE 2022-06-13 12:34:58 +00:00 committed by Gitee
parent 68b202aba1
commit 1a112838d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -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"]
}
]
}

View File

@ -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"]
}
]
}