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

Function audit_arg_gid

freebsd/security/audit/audit_arg.c:164–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void
165audit_arg_gid(gid_t gid)
166{
167 struct kaudit_record *ar;
168
169 ar = currecord();
170 if (ar == NULL)
171 return;
172
173 ar->k_ar.ar_arg_gid = gid;
174 ARG_SET_VALID(ar, ARG_GID);
175}
176
177void
178audit_arg_uid(uid_t uid)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected