diff options
Diffstat (limited to 'kernel/audit.h')
| -rw-r--r-- | kernel/audit.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/kernel/audit.h b/kernel/audit.h index 1c95131ef76..123c9b7c397 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -85,6 +85,7 @@ struct audit_names {  	struct filename		*name;  	int			name_len;	/* number of chars to log */ +	bool			hidden;		/* don't log this record */  	bool			name_put;	/* call __putname()? */  	unsigned long		ino; | 
