Re: [PATCH v31 12/12] landlock: Add user and kernel documentation

2021-03-25 Thread Kees Cook
On Wed, Mar 24, 2021 at 08:15:20PM +0100, Mickaël Salaün wrote: > From: Mickaël Salaün > > Add a first document describing userspace API: how to define and enforce > a Landlock security policy. This is explained with a simple example. > The Landlock system calls are described with their expected

[PATCH v31 12/12] landlock: Add user and kernel documentation

2021-03-24 Thread Mickaël Salaün
From: Mickaël Salaün Add a first document describing userspace API: how to define and enforce a Landlock security policy. This is explained with a simple example. The Landlock system calls are described with their expected behavior and current limitations. Another document is dedicated to kerne