bluhm@
> >From 3b52f9ad743fe9b59316077478d33f77fff9a119 Mon Sep 17 00:00:00 2001
> From: Greg Steuck
> Date: Sun, 23 Jan 2022 22:05:45 -0800
> Subject: [PATCH] Capture a repeated pattern into sysctl_securelevel_int
> function
>
> A few variables in the kernel are only writeable before secureleve
022 22:05:45 -0800
Subject: [PATCH] Capture a repeated pattern into sysctl_securelevel_int
function
A few variables in the kernel are only writeable before securelevel is
raised. It makes sense to handle them with less code.
---
sys/arch/amd64/amd64/machdep.c | 8 ++--
sys/arch/i386/i