Re: [PATCH v22 02/12] landlock: Add ruleset and domain management

2020-10-29 Thread Mickaël Salaün
On 29/10/2020 02:05, Jann Horn wrote: > On Tue, Oct 27, 2020 at 9:04 PM Mickaël Salaün wrote: >> A Landlock ruleset is mainly a red-black tree with Landlock rules as >> nodes. This enables quick update and lookup to match a requested access >> e.g., to a file. A ruleset is usable through a

Re: [PATCH v22 02/12] landlock: Add ruleset and domain management

2020-10-28 Thread Jann Horn
On Tue, Oct 27, 2020 at 9:04 PM Mickaël Salaün wrote: > A Landlock ruleset is mainly a red-black tree with Landlock rules as > nodes. This enables quick update and lookup to match a requested access > e.g., to a file. A ruleset is usable through a dedicated file > descriptor (cf. following

[PATCH v22 02/12] landlock: Add ruleset and domain management

2020-10-27 Thread Mickaël Salaün
From: Mickaël Salaün A Landlock ruleset is mainly a red-black tree with Landlock rules as nodes. This enables quick update and lookup to match a requested access e.g., to a file. A ruleset is usable through a dedicated file descriptor (cf. following commit implementing syscalls) which enables