Home
last modified time | relevance | path

Searched refs:sigchld (Results 1 – 10 of 10) sorted by relevance

/system/sepolicy/
Drunas.te6 allow runas adbd:process sigchld;
Dueventd.te12 allow ueventd init:process sigchld;
Dpostinstall_dexopt.te53 allow postinstall_dexopt postinstall:process sigchld;
Dapp.te26 allow appdomain zygote:process sigchld;
53 allow appdomain shell:process sigchld;
54 allow appdomain adbd:process sigchld;
337 # sigchld allowed for parent death notification.
Dautoplay_app.te35 allow autoplay_app zygote:process sigchld;
Ddomain.te4 allow domain init:process sigchld;
9 sigchld
50 allow domain su:process sigchld;
60 allow domain debuggerd:process sigchld;
Daccess_vectors263 sigchld # commonly granted from child to parent
Dte_macros16 allow $3 $1:process sigchld;
Dsystem_server.te30 allow system_server zygote:process sigchld;
124 allow system_server init:process sigchld;
/system/core/debuggerd/
Ddebuggerd.cpp859 sigset_t sigchld; in do_server() local
860 sigemptyset(&sigchld); in do_server()
861 sigaddset(&sigchld, SIGCHLD); in do_server()
862 sigprocmask(SIG_SETMASK, &sigchld, nullptr); in do_server()