On Sat, 10 Sep 2022 17:23:56 +1000 David Gibson wrote: > On Fri, Sep 09, 2022 at 04:33:58PM +0200, Stefano Brivio wrote: > > On Thu, 8 Sep 2022 13:59:02 +1000 > > David Gibson wrote: > > > > > [...] > > > > > > +++ 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". > > Not in scope for this patch, since it's a pure code motion. Whoops, my bad, I didn't notice. -- Stefano