• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "services" : [{
3            "name" : "hiprofiler_daemon",
4            "path" : ["/system/bin/native_daemon"],
5            "sandbox" : 0,
6            "caps" : ["CAP_KILL", "CAP_SYS_PTRACE"],
7            "once" : 1,
8            "uid" : "hiprofiler",
9            "gid" : ["shell", "readproc", "system"],
10            "socket" : [{
11                "name" : "hook_unix_socket",
12                "family" : "AF_UNIX",
13                "type" : "SOCK_STREAM",
14                "protocol" : "default",
15                "permissions" : "0666",
16                "uid" : "hiprofiler",
17                "gid" : "shell"
18            }],
19            "secon" : "u:r:native_daemon:s0",
20            "start-mode" : "condition"
21        }, {
22            "name" : "hiprofiler_daemon_sa",
23            "path" : ["/system/bin/native_daemon", "sa"],
24            "sandbox" : 0,
25            "caps" : ["CAP_KILL", "CAP_SYS_PTRACE"],
26            "once" : 1,
27            "uid" : "hiprofiler",
28            "gid" : ["shell", "readproc", "system"],
29            "socket" : [{
30                "name" : "hook_unix_socket",
31                "family" : "AF_UNIX",
32                "type" : "SOCK_STREAM",
33                "protocol" : "default",
34                "permissions" : "0666",
35                "uid" : "hiprofiler",
36                "gid" : "shell"
37            }],
38            "secon" : "u:r:native_daemon:s0",
39            "start-mode" : "condition"
40        }
41    ]
42}
43