Searched defs:tracee (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/security/yama/ |
D | yama_lsm.c | 32 struct task_struct *tracee; member 75 struct task_struct *tracee) in yama_ptracer_add() 113 struct task_struct *tracee) in yama_ptracer_del() 244 struct task_struct *tracee) in ptracer_exception_found()
|
/linux-4.4.14/security/apparmor/ |
D | ipc.c | 63 int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee, in aa_may_ptrace() 85 int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee, in aa_ptrace()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1024 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in tracer() 1087 pid_t tracee = getpid(); in setup_trace_fixture() local 1129 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke() 1250 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) in get_syscall() 1267 pid_t tracee, int syscall) in change_syscall() 1321 void tracer_syscall(struct __test_metadata *_metadata, pid_t tracee, in tracer_syscall()
|