mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-27 01:21:32 +00:00
30da3e68c6
Signed-off-by: hanchenZz <wanghanchen1@huawei.com>
14 lines
454 B
INI
14 lines
454 B
INI
{
|
|
"services" : [{
|
|
"name" : "file_access_service",
|
|
"path" : ["/system/bin/sa_main", "/system/profile/file_access_service.json"],
|
|
"uid" : "file_manager",
|
|
"ondemand" : true,
|
|
"secon" : "u:r:file_access_service:s0",
|
|
"permission" : [
|
|
"ohos.permission.FILE_ACCESS_MANAGER",
|
|
"ohos.permission.CONNECT_FILE_ACCESS_EXTENSION"
|
|
]
|
|
}
|
|
]
|
|
} |