Home
last modified time | relevance | path

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

/linux-4.1.27/security/yama/
Dyama_lsm.c32 struct task_struct *tracee; member
75 struct task_struct *tracee) in yama_ptracer_add() argument
83 added->tracee = tracee; in yama_ptracer_add()
92 if (relation->tracee == tracee) { in yama_ptracer_add()
113 struct task_struct *tracee) in yama_ptracer_del() argument
122 if (relation->tracee == tracee || in yama_ptracer_del()
248 struct task_struct *tracee) in ptracer_exception_found() argument
256 if (!thread_group_leader(tracee)) in ptracer_exception_found()
257 tracee = rcu_dereference(tracee->group_leader); in ptracer_exception_found()
261 if (relation->tracee == tracee) { in ptracer_exception_found()
/linux-4.1.27/security/apparmor/
Dipc.c63 int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee, in aa_may_ptrace() argument
71 if (unconfined(tracer) || tracer == tracee) in aa_may_ptrace()
85 int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee, in aa_ptrace() argument
101 struct aa_profile *tracee_p = aa_get_task_profile(tracee); in aa_ptrace()
/linux-4.1.27/security/apparmor/include/
Dipc.h22 int aa_may_ptrace(struct aa_profile *tracer, struct aa_profile *tracee,
25 int aa_ptrace(struct task_struct *tracer, struct task_struct *tracee,