__audit_log_capset

Langue: en

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

Section: 9 (Appels noyau Linux)

NAME

__audit_log_capset - store information about the arguments to the capset syscall

SYNOPSIS

void __audit_log_capset(pid_t pid, const struct cred * new, const struct cred * old);

ARGUMENTS

pid

target pid of the capset call

new

the new credentials

old

the old (current) credentials

DESCRIPTION

Record the aguments userspace sent to sys_capset for later printing by the audit system if applicable