mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 15:20:24 +00:00
8835053960
Change-Id: I158e539dbae5734e5a5b98dc08cea7bd5b04d0b4 Signed-off-by: shuaiyutao <shuaiyutao1@huawei.com>
12 lines
292 B
INI
12 lines
292 B
INI
{
|
|
"services" : [{
|
|
"name" : "installs",
|
|
"path" : ["/system/bin/installs"],
|
|
"importance" : -20,
|
|
"uid" : "system",
|
|
"gid" : ["system"],
|
|
"caps" : ["CAP_DAC_READ_SEARCH", "CAP_DAC_OVERRIDE", "CAP_CHOWN"]
|
|
}
|
|
]
|
|
}
|