1{
2    "services" : [{
3            "name" : "compiler_service",
4            "path" : ["/system/bin/sa_main", "/system/profile/compiler_service.json"],
5            "ondemand" : true,
6            "uid" : "compiler_service",
7            "gid" : ["compiler_service"],
8            "caps" : ["SETUID", "SETGID", "KILL"],
9            "secon" : "u:r:compiler_service:s0"
10        }
11    ]
12}