Re: [RFC PATCH 2/6] security/fbfam: Add the api to manage statistics

2020-09-10 Thread Kees Cook
On Thu, Sep 10, 2020 at 01:21:03PM -0700, Kees Cook wrote: > From: John Wood > > Create a statistical data structure to hold all the necessary > information involve in a fork brute force attack. This info is a > timestamp for the first fork or execve and the number of crashes since > then. Moreov

[RFC PATCH 2/6] security/fbfam: Add the api to manage statistics

2020-09-10 Thread Kees Cook
From: John Wood Create a statistical data structure to hold all the necessary information involve in a fork brute force attack. This info is a timestamp for the first fork or execve and the number of crashes since then. Moreover, due to this statitistical data will be shared between different tas