Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669532
Collapse All | Expand All

(-)audit-2.8.3-orig/lib/libaudit.h (-1 / +5 lines)
Lines 289-295 Link Here
289
#ifndef AUDIT_FILTER_FS
289
#ifndef AUDIT_FILTER_FS
290
#define AUDIT_FILTER_FS		0x06 /* FS record filter in __audit_inode_child */
290
#define AUDIT_FILTER_FS		0x06 /* FS record filter in __audit_inode_child */
291
#endif
291
#endif
292
#define AUDIT_FILTER_EXCLUDE	AUDIT_FILTER_TYPE
292
293
#ifndef AUDIT_FILTER_EXCLUDE
294
#define AUDIT_FILTER_EXCLUDE    AUDIT_FILTER_TYPE
295
#endif
296
293
#define AUDIT_FILTER_MASK	0x07	/* Mask to get actual filter */
297
#define AUDIT_FILTER_MASK	0x07	/* Mask to get actual filter */
294
#define AUDIT_FILTER_UNSET	0x80	/* This value means filter is unset */
298
#define AUDIT_FILTER_UNSET	0x80	/* This value means filter is unset */
295
299

Return to bug 669532