MCPcopy Create free account
hub / github.com/F-Stack/f-stack / audit_arg_upath1

Function audit_arg_upath1

freebsd/security/audit/audit_arg.c:744–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void
745audit_arg_upath1(struct thread *td, int dirfd, char *upath)
746{
747 struct kaudit_record *ar;
748
749 ar = currecord();
750 if (ar == NULL)
751 return;
752
753 audit_arg_upath(td, dirfd, upath, &ar->k_ar.ar_arg_upath1);
754 ARG_SET_VALID(ar, ARG_UPATH1);
755}
756
757void
758audit_arg_upath2(struct thread *td, int dirfd, char *upath)

Callers 1

audit_arg_sockaddrFunction · 0.85

Calls 2

currecordFunction · 0.85
audit_arg_upathFunction · 0.85

Tested by

no test coverage detected