Query: audit_syscall_entry
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AUDIT_SYSCALL_ENTRY(9) Audit Interfaces AUDIT_SYSCALL_ENTRY(9)NAMEaudit_syscall_entry - fill in an audit record at syscall entrySYNOPSISvoid audit_syscall_entry(int arch, int major, unsigned long a1, unsigned long a2, unsigned long a3, unsigned long a4);ARGUMENTSarch architecture type major major syscall type (function) a1 additional syscall register 1 a2 additional syscall register 2 a3 additional syscall register 3 a4 additional syscall register 4DESCRIPTIONFill in audit context at syscall entry. This only happens if the audit context was created when the task was created and the state or filters demand the audit context be built. If the state from the per-task filter or from the per-syscall filter is AUDIT_RECORD_CONTEXT, then the record will be written at syscall exit time (otherwise, it will only be written if another part of the kernel requests that it be written).COPYRIGHTKernel Hackers Manual 2.6. July 2010 AUDIT_SYSCALL_ENTRY(9)
Related Man Pages |
---|
ausyscall(8) - centos |
audit_add_rule_data(3) - suse |
syscall(3ucb) - mojave |
syscall(3ucb) - php |
syscall(3ucb) - v7 |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
Getting command output to putty window title. |
Update kernel Linux without reboot?! |
Shopt -s histappend |