Rechercher une page de manuel
audit_log
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
audit_log - Log an audit recordSYNOPSIS
- void audit_log(struct audit_context * ctx, gfp_t gfp_mask, int type, const char * fmt, ...);
ARGUMENTS
ctx
- audit context
gfp_mask
- type of allocation
type
- audit message type
fmt
- format string to use @...: variable parameters matching the format string
...
- variable arguments
DESCRIPTION
This is a convenience function that calls audit_log_start, audit_log_vformat, and audit_log_end. It may be called in any context.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre