mirror of
https://gitee.com/openharmony/security_device_security_level
synced 2025-03-06 22:48:22 +00:00
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:
parent
9494ddd5e4
commit
1747cfd9a1
@ -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"
|
||||
}]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user