On Fri, May 24, 2024 at 10:28:57PM +0300, Adrian Ratiu wrote: > The file struct is required in proc_mem_open() so its > f_mode can be checked when deciding whether to allow or > deny /proc/*/mem open requests via the new read/write > and foll_force restriction mechanism. > > Thus instead of directly passing the inode to the fun, > we pass the file and get the inode inside it. > > Cc: Jann Horn <ja...@google.com> > Cc: Kees Cook <keesc...@chromium.org> > Cc: Christian Brauner <brau...@kernel.org> > Signed-off-by: Adrian Ratiu <adrian.ra...@collabora.com>
With the nommu errors pointed out by 0day fixed: Reviewed-by: Kees Cook <k...@kernel.org> -- Kees Cook