feat: add secon label for selinux

Signed-off-by: zhirenx <xuzhiren@huawei.com>
Change-Id: Ic32d4a1e24a612f7723fd02b917a0f2a8ac9ca31
Signed-off-by: zhirenx <xuzhiren@huawei.com>
This commit is contained in:
zhirenx 2022-02-18 09:56:57 +08:00
parent 9494ddd5e4
commit 1747cfd9a1

View File

@ -1,9 +1,9 @@
{
"services" : [{
"name" : "dslm_service",
"path" : ["/system/bin/sa_main", "/system/profile/dslm_service.xml"],
"uid" : "system",
"gid" : ["system", "shell"]
}
]
"services": [{
"name": "dslm_service",
"path": ["/system/bin/sa_main", "/system/profile/dslm_service.xml"],
"uid": "system",
"gid": ["system", "shell"],
"secon" : "u:r:dslm_service:s0"
}]
}