Correct macro names and signatures for !AUDIT versions of canonical
path auditing. Obtained from: TrustedBSD Project MFC after: 3 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
a374d6c3a6
commit
c7eb7cd2dd
@ -431,9 +431,9 @@ void audit_thread_free(struct thread *td);
|
||||
#define AUDIT_ARG_TEXT(text)
|
||||
#define AUDIT_ARG_UID(uid)
|
||||
#define AUDIT_ARG_UPATH1(td, dirfd, upath)
|
||||
#define AUDIT_ARG_UPATH1_NONCANON(td, upath)
|
||||
#define AUDIT_ARG_UPATH1_CANON(upath)
|
||||
#define AUDIT_ARG_UPATH2(td, dirfd, upath)
|
||||
#define AUDIT_ARG_UPATH2_NONCANON(td, upath)
|
||||
#define AUDIT_ARG_UPATH2_CANON(upath)
|
||||
#define AUDIT_ARG_VALUE(value)
|
||||
#define AUDIT_ARG_VNODE1(vp)
|
||||
#define AUDIT_ARG_VNODE2(vp)
|
||||
|
Loading…
Reference in New Issue
Block a user