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

Function audit_arg_euid

freebsd/security/audit/audit_arg.c:203–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void
204audit_arg_euid(uid_t euid)
205{
206 struct kaudit_record *ar;
207
208 ar = currecord();
209 if (ar == NULL)
210 return;
211
212 ar->k_ar.ar_arg_euid = euid;
213 ARG_SET_VALID(ar, ARG_EUID);
214}
215
216void
217audit_arg_rgid(gid_t rgid)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected