Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4566b4d9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "selinux: Relocate selinux_enforcing to a separate 4k page"

parents caf20dea c58c561f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);

#ifdef CONFIG_SECURITY_SELINUX_DEVELOP
int selinux_enforcing;
int selinux_enforcing __aligned(0x1000) __attribute__((section(".bss_rtic")));

static int __init enforcing_setup(char *str)
{