mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
15bcf785ba
commit
475e1fc01f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue