From be962ff375c24ad264fc87294699ab485e49bbe3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 26 Oct 2024 15:45:20 -0400 Subject: [PATCH] add SYSRQ restrictions for microdroid --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index de5c6c35..0871c1fb 100644 --- a/static/releases.html +++ b/static/releases.html @@ -550,6 +550,7 @@
  • kernel (6.6): enable FORTIFY_SOURCE for microdroid too, not only bare metal
  • kernel (6.6): disable BINFMT_MISC for microdroid too, not only bare metal
  • kernel (6.6): disable RSEQ for microdroid too, not only bare metal
  • +
  • kernel (6.6): add SYSRQ restrictions for microdroid too, not only bare metal
  • kernel (6.6): use the same KFENCE configuration for microdroid as bare metal
  • System Updater: update minimum and target API level to 35 (Android 15)