Searched refs:sigchld (Results 1 – 10 of 10) sorted by relevance
6 allow runas adbd:process sigchld;
12 allow ueventd init:process sigchld;
53 allow postinstall_dexopt postinstall:process sigchld;
26 allow appdomain zygote:process sigchld;53 allow appdomain shell:process sigchld;54 allow appdomain adbd:process sigchld;337 # sigchld allowed for parent death notification.
35 allow autoplay_app zygote:process sigchld;
4 allow domain init:process sigchld;9 sigchld50 allow domain su:process sigchld;60 allow domain debuggerd:process sigchld;
263 sigchld # commonly granted from child to parent
16 allow $3 $1:process sigchld;
30 allow system_server zygote:process sigchld;124 allow system_server init:process sigchld;
859 sigset_t sigchld; in do_server() local860 sigemptyset(&sigchld); in do_server()861 sigaddset(&sigchld, SIGCHLD); in do_server()862 sigprocmask(SIG_SETMASK, &sigchld, nullptr); in do_server()