mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 07:09:53 +00:00
dc3eebefa8
Signed-off-by: amao <chenpengfei40@huawei.com> Change-Id: I88e1a1821a4be76a15193f8750eda140bda25bff
26 lines
751 B
INI
26 lines
751 B
INI
{
|
|
"jobs" : [{
|
|
"name" : "post-fs-data",
|
|
"cmds" : [
|
|
"mkdir /data/local/ark-profile 0711 root root"
|
|
]
|
|
}
|
|
],
|
|
"services" : [{
|
|
"name" : "installs",
|
|
"path" : ["/system/bin/sa_main", "/system/profile/installs.json"],
|
|
"ondemand" : true,
|
|
"importance" : -20,
|
|
"uid" : "installs",
|
|
"gid" : ["installs", "update"],
|
|
"caps" : ["DAC_OVERRIDE", "CHOWN", "FOWNER", "SYS_ADMIN"],
|
|
"secon" : "u:r:installs:s0",
|
|
"setuid" : true,
|
|
"permission": [
|
|
"ohos.permission.STORAGE_MANAGER",
|
|
"ohos.permission.MANAGE_LOCAL_ACCOUNTS"
|
|
]
|
|
}
|
|
]
|
|
}
|