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

Function audit_arg_uid

freebsd/security/audit/audit_arg.c:177–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void
178audit_arg_uid(uid_t uid)
179{
180 struct kaudit_record *ar;
181
182 ar = currecord();
183 if (ar == NULL)
184 return;
185
186 ar->k_ar.ar_arg_uid = uid;
187 ARG_SET_VALID(ar, ARG_UID);
188}
189
190void
191audit_arg_egid(gid_t egid)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected