bundlemanager_bundle_framework/services/bundlemgr/installs.cfg
shuaiyutao 8835053960 fix install uid to system
Change-Id: I158e539dbae5734e5a5b98dc08cea7bd5b04d0b4
Signed-off-by: shuaiyutao <shuaiyutao1@huawei.com>
2022-03-10 11:14:25 +08:00

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