Home
last modified time | relevance | path

Searched defs:tracee (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/security/yama/
Dyama_lsm.c32 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/
Dipc.c63 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/
Dseccomp_bpf.c1024 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()