1TRACEHOOK_UNSAFE_EXE(9) Kernel Internals TRACEHOOK_UNSAFE_EXE(9)
23
4
NAME
6tracehook_unsafe_exec - check for exec declared unsafe due to tracing
7
SYNOPSIS
9int tracehook_unsafe_exec(struct task_struct * task);
10
ARGUMENTS
12task
13current task doing exec
14
DESCRIPTION
16Return LSM_UNSAFE_* bits applied to an exec because of tracing.
1718
task->cred_guard_mutex is held by the caller through the do_execve.
1920
21
22
Kernel Hackers Manual 2.6. November 2011 TRACEHOOK_UNSAFE_EXE(9)