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

Function audit_arg_fflags

freebsd/security/audit/audit_arg.c:151–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void
152audit_arg_fflags(int fflags)
153{
154 struct kaudit_record *ar;
155
156 ar = currecord();
157 if (ar == NULL)
158 return;
159
160 ar->k_ar.ar_arg_fflags = fflags;
161 ARG_SET_VALID(ar, ARG_FFLAGS);
162}
163
164void
165audit_arg_gid(gid_t gid)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected