• 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"],
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    ]
23}
24