[PATCH v2 -next 07/15] security: min_addr: move sysctl into its own file
Paul Moore
paul at paul-moore.com
Tue Sep 3 16:31:41 UTC 2024
On Mon, Sep 2, 2024 at 11:31 PM Kaixiong Yu <yukaixiong at huawei.com> 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 <yukaixiong at huawei.com>
> Reviewed-by: Kees Cook <kees at kernel.org>
> ---
> 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 <paul at paul-moore.com>
--
paul-moore.com
More information about the Linux-security-module-archive
mailing list