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 <[email protected]> > Cc: Kees Cook <[email protected]> > Cc: Christian Brauner <[email protected]> > Signed-off-by: Adrian Ratiu <[email protected]>
With the nommu errors pointed out by 0day fixed: Reviewed-by: Kees Cook <[email protected]> -- Kees Cook
