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

Function audit_arg_egid

freebsd/security/audit/audit_arg.c:190–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void
191audit_arg_egid(gid_t egid)
192{
193 struct kaudit_record *ar;
194
195 ar = currecord();
196 if (ar == NULL)
197 return;
198
199 ar->k_ar.ar_arg_egid = egid;
200 ARG_SET_VALID(ar, ARG_EGID);
201}
202
203void
204audit_arg_euid(uid_t euid)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected