Re: [PATCH v4 5/6] fs: provide function to report enum strings

From: Al Viro
Date: Tue Apr 12 2016 - 18:32:02 EST


On Tue, Apr 12, 2016 at 09:54:44AM -0700, Kees Cook wrote:
> Providing human-readable (and audit-parsable) strings for the READING_*
> enums is needed by some LSMs.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> fs/exec.c | 19 +++++++++++++++++++
> include/linux/fs.h | 1 +
> 2 files changed, 20 insertions(+)

What the devil is that doing in fs/exec.c, of all places?