tracehook_unsafe_exec

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

tracehook_unsafe_exec - check for exec declared unsafe due to tracing

SYNOPSIS

int tracehook_unsafe_exec(struct task_struct * task);

ARGUMENTS

task

current task doing exec

DESCRIPTION

Return LSM_UNSAFE_* bits applied to an exec because of tracing.

Called with task_lock held on task.