On Sat, 10 Sep 2022 17:23:56 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:On Fri, Sep 09, 2022 at 04:33:58PM +0200, Stefano Brivio wrote:Whoops, my bad, I didn't notice. -- StefanoOn Thu, 8 Sep 2022 13:59:02 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote:Not in scope for this patch, since it's a pure code motion.[...] +++ b/isolation.c [...] +/** + * sandbox() - Unshare IPC, mount, PID, UTS, and user namespaces, "unmount" root + * + * Return: negative error code on failure, zero on success + */ +int sandbox(struct ctx *c)Same here, I would "document" "c".