Home | History | Annotate | Download | only in seccomp

Lines Matching full:getppid

420 	pid_t parent = getppid();
428 /* getppid() should succeed and be logged (no check for logging) */
508 pid_t parent = getppid();
541 pid_t parent = getppid();
580 pid_t parent = getppid();
763 pid_t parent = getppid();
781 pid_t parent = getppid();
803 pid_t parent = getppid();
828 pid_t parent = getppid();
1038 parent = getppid();
1064 parent = getppid();
1093 parent = getppid();
1120 parent = getppid();
1145 parent = getppid();
1170 parent = getppid();
1192 parent = getppid();
1214 parent = getppid();
1235 parent = getppid();
1258 parent = getppid();
1278 parent = getppid();
1685 /* change getpid to getppid. */
1695 /* do nothing (allow getppid) */
1770 self->parent = getppid();
1793 /* Tracer will redirect getpid to getppid. */
1820 /* getppid works as expected (no changes). */
1835 /* getpid has been redirected to getppid as expected. */
1882 /* Install "errno on getppid" filter. */
1886 /* Tracer will redirect getpid to getppid, and we should see EPERM. */
1914 /* Install "death on getppid" filter. */
1918 /* Tracer will redirect getpid to getppid, and we should die. */
1945 /* Install "errno on getppid" filter. */
1949 /* Tracer will redirect getpid to getppid, and we should see EPERM. */
1977 /* Install "death on getppid" filter. */
1981 /* Tracer will redirect getpid to getppid, and we should die. */
2798 pid_t parent = getppid();