cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

Credential Transformation Auditing #71

Open HarkonenBade opened 7 years ago

HarkonenBade commented 7 years ago

Functions like seteuid and setrgid which manipulate process credentials currently only audit the arguments passed to them. It would be more useful from a logging perspective for them to audit the state of the process credentials after they have completed and report that. So that the effect of them on the system can be properly observed.