1{
2    "services" : [{
3            "name" : "hiprofiler_plugins",
4            "path" : ["/system/bin/hiprofiler_plugins"],
5            "sandbox" : 0,
6            "caps" : ["CAP_SYS_PTRACE", "CAP_DAC_READ_SEARCH"],
7            "once" : 1,
8            "uid" : "hiprofiler",
9            "gid" : ["shell", "readproc"],
10            "secon" : "u:r:hiprofiler_plugins:s0",
11            "start-mode" : "condition",
12            "apl" : "system_basic",
13            "socket" : [{
14                "name" : "network_profiler_unix_socket",
15                "family" : "AF_UNIX",
16                "type" : "SOCK_STREAM",
17                "protocol" : "default",
18                "permissions" : "0666",
19                "uid" : "hiprofiler",
20                "gid" : "shell"
21            }],
22            "permission" : [
23                "ohos.permission.READ_DFX_SYSEVENT",
24                "ohos.permission.WRITE_HIVIEW_SYSTEM",
25                "ohos.permission.READ_HIVIEW_SYSTEM",
26                "ohos.permission.GET_BUNDLE_INFO",
27                "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
28            ]
29        }
30    ]
31}
32