From 9cb6c0321e2fb34d6f413a790ab24bca5cabf8fe Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 31 Oct 2024 11:43:18 -0400 Subject: [PATCH] Sensors permission improvements --- static/releases.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/releases.html b/static/releases.html index 786e735c3..d5b11a17c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -554,6 +554,8 @@

2024102400

  • 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
  • +
  • mark Sensors permission as implicitly added
  • +
  • avoid adding Sensors permission to hasCode=false packages
  • Log Viewer: add userType line to header in non-Owner users
  • Log Viewer: add targetSdk and sharedUid to package info header
  • System Updater: update minimum and target API level to 35 (Android 15)