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

Function audit_arg_upath2

freebsd/security/audit/audit_arg.c:757–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void
758audit_arg_upath2(struct thread *td, int dirfd, char *upath)
759{
760 struct kaudit_record *ar;
761
762 ar = currecord();
763 if (ar == NULL)
764 return;
765
766 audit_arg_upath(td, dirfd, upath, &ar->k_ar.ar_arg_upath2);
767 ARG_SET_VALID(ar, ARG_UPATH2);
768}
769
770static void
771audit_arg_upath_vp(struct thread *td, struct vnode *rdir, struct vnode *cdir,

Callers

nothing calls this directly

Calls 2

currecordFunction · 0.85
audit_arg_upathFunction · 0.85

Tested by

no test coverage detected