Re: [PATCH v2 -next 07/15] security: min_addr: move sysctl into its own file
Paul Moore <[email protected]>
| Newsgroups | gmane.linux.nfs,gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.file-systems,gmane.linux.kernel.mm,gmane.linux.network,gmane.linux.kernel.lsm |
|---|---|
| Message-ID | <CAHC9VhTJXCSduz2R-LOxTQOb40BmE-=wR3HJafzstERX6MpNUg@mail.gmail.com> |
On Mon, Sep 2, 2024 at 11:31 PM Kaixiong Yu <[email protected]> wrote: > > The dac_mmap_min_addr belongs to min_addr.c, move it into > its own file from /kernel/sysctl.c. In the previous Linux kernel > boot process, sysctl_init_bases needs to be executed before > init_mmap_min_addr, So, register_sysctl_init should be executed > before update_mmap_min_addr in init_mmap_min_addr. And according > to the compilation condition in security/Makefile: > > obj-$(CONFIG_MMU) += min_addr.o > > if CONFIG_MMU is not defined, min_addr.c would not be included in the > compilation process. So, drop the CONFIG_MMU check. > > Signed-off-by: Kaixiong Yu <[email protected]> > Reviewed-by: Kees Cook <[email protected]> > --- > v2: > - update the changelog to explain why drop CONFIG_MMU check. > --- > kernel/sysctl.c | 9 --------- > security/min_addr.c | 11 +++++++++++ > 2 files changed, 11 insertions(+), 9 deletions(-) Acked-by: Paul Moore <[email protected]> -- paul-moore.com