ch
Feedback
KernelSU

KernelSU

前往频道在 Telegram

显示更多
未指定国家技术与应用2 634

📈 Telegram 频道 KernelSU 的分析概览

频道 KernelSU (@kernelsu) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 37 246 名订阅者,在 技术与应用 类别中位列第 2 634

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 37 246 名订阅者。

根据 02 十二月, 2024 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 762,过去 24 小时变化为 0,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 0%。内容发布后 24 小时内通常能获得 N/A% 的反应,占订阅者总量。
  • 帖子覆盖: 每篇帖子平均可获得 0 次浏览,首日通常累积 0 次浏览。
  • 互动与反馈: 受众积极参与,单帖平均反应数为 0

📝 描述与内容策略

尚未提供频道描述。

凭借高频更新(最新数据采集于 03 十二月, 2024),频道始终保持新鲜度与高覆盖。分析显示受众积极互动,使其成为 技术与应用 类别中的关键影响点。

37 246
订阅者
无数据24 小时
无数据7 天
+76230 天
帖子存档
KernelSU
37 246
v0.6.1 changelog: 1. Support online updates for modules and manager. 2. Fix the potential issue of umount failing. 3. Harden the signature verification of the manager. [Download](https://github.com/tiann/KernelSU/releases/tag/v0.6.1)

KernelSU
37 246
ChromeOS's CI has also been added, if you are interested in using KernelSU on ChromeOS, you can check here: https://github.com/tiann/KernelSU/issues/637

KernelSU
37 246
Forget to tell everyone, the App Profile feature has been preliminarily working and has been released for a while, you can download and experience it on the github release page: https://github.com/tiann/KernelSU/releases/tag/v0.6.0. In addition, the patch made by arter97 to optimize the performance of KernelSU was also merged today (previously delayed due to code conflicts with new features). Many thanks to arter97 for his contributions! PS. After upgrading to the version that supports App Profile, the list of superusers will be reset, so you will need to re-authorize. Please don't be surprised!

KernelSU
37 246
KernelSU is going to develop a feature called the "App Profile", which consists of three parts: 1. Root Authorization: granting specified applications access to root permissions 2. Blacklist and Whitelist: providing a list of modules to mount or hide 3. Root Profile The Root Profile can be used to restrict applications that already have root privileges. Root permissions can actually be divided into several aspects: - UID and GID - Groups - Capabilities - SELINUX In all previous root implementations, permissions in these aspects have been unlimited. This means that a firewall app could format your phone and delete all data, even though it only needed network management privileges; a file manager app could implant viruses, load kernel modules, and hide itself, even though it only needed full file access permissions. There are many similar examples. Imagine hiring a cleaner to tidy up your house, only for them to open your safe and transfer all your possessions away. In fact, most root apps only need a very small subset of root permissions. Why should we grant them unrestricted root privileges? The Root Profile aims to solve this problem by granting applications restricted root permissions based on appropriate identification, groups, capabilities, and a series of SELinux rules. You can customize the rules yourself or use rules created by others. Of course, if you want to use unrestricted root permissions, there is no problem. This feature is still in development, and we welcome any feedback and suggestions! Credits to @nu11ptr @Ylarod for the ideas!

KernelSU
37 246
Changelog for v0.5.7: 1. Translations for several languages. 2. Fixed a bug where REPLACE in modules may not take effect. 3. Fixed an issue where x86_64 devices may not work. 4. Fixed some issues with module mounting. https://github.com/tiann/KernelSU/releases/tag/v0.5.7

KernelSU
37 246
Changelog for v0.5.3: 1. Refactored module mounting to fix several mounting issues. by @a13e300 . 2. Added support for granting root permissions to apps in work profile. 3. Added a confirmation dialog when granting root access. 4. Improved bugreport. https://github.com/tiann/KernelSU/releases/tag/v0.5.3

KernelSU
37 246
Changelog for v0.5.2: 1. Fix the issue that the module system may conflict with the stock mounts of the system, causing the bootloop. 2. Fix the reboot issue that may be caused by using the manager on Meizu devices. 3. Fix the failure of the built-in sepolicy patch on some devices. https://github.com/tiann/KernelSU/releases/tag/v0.5.2

KernelSU
37 246
If you're curious why KernelSU's CI and Release lack many kernel versions since v0.5.0, It is suggested to take a look at the official documentation about KMI: https://kernelsu.org/guide/installation.html#kmi. For example, android12-5.10.101 can be used directly with the android12-5.10.160 version.

KernelSU
37 246
Changelog for version 0.5.0: 1. The "su" command in KernelSU is now compatible with MagiskSU, supporting parameters such as -v, -V, --mount-master/-mm, --preserve-environment/-p, etc. Many root apps that depend on MagiskSU should now be able to run in KernelSU. 2. The mount point for module updates has been changed to be consistent with Magisk: /data/adb/modules_update. 3. Kernel 5.10 and above will by default unmount files mounted by modules for applications without authorized su permissions . 4. Fixed an issue with side-channel attacks detecting KernelSU. Note: The Kernel and Manager must be upgraded together, otherwise "su" may not work properly.

KernelSU
37 246
Manager #ci_524
ci: Remove tags with same KMI
Commit Workflow run

KernelSU
37 246
Changelog for version 0.5.0: 1. The "su" command in KernelSU is now compatible with MagiskSU, supporting parameters such as -v, -V, --mount-master/-mm, --preserve-environment/-p, etc. Many root apps that depend on MagiskSU should now be able to run in KernelSU. 2. The mount point for module updates has been changed to be consistent with Magisk: /data/adb/modules_update. 3. Kernel 5.10 and above will by default unmount files mounted by modules for applications without authorized su permissions . 4. Fixed an issue with side-channel attacks detecting KernelSU. Note: The Kernel and Manager must be upgraded together, otherwise "su" may not work properly.

KernelSU
37 246
Manager #ci_498
website: Add docs for REPLACE variables
Commit Workflow run

KernelSU
37 246
v0.4.1 Changelog: 1. Module supports REPLACE and REMOVE now, check details here: https://kernelsu.org/guide/module.html#system-directory 2. Common scripts are moved to /data/adb/post-fs-data.d and /data/adb/service.d. And we have a doc for Rescue from bootloop: https://kernelsu.org/guide/rescue-from-bootloop.html

KernelSU
37 246
docs for KernelSU module is here: https://kernelsu.org/guide/module.html Many thanks to Magisk’s great docs and ChatGPT!

KernelSU
37 246
Add AppCenter to KernelSU manager to collect some anonymous information(such as kernel version, device model)?
Anonymous voting

KernelSU
37 246
v0.3.9 Changelog: 1. Fix incorrect file permission of modules. 2. Fix vendor/product overlay bootloop on some devices. 3. Fix common scripts are not executed properly. 4. Some UI fixes. Both manager and kernel can be downloaded from release: https://github.com/tiann/KernelSU/releases/tag/v0.3.9 It is recommended to use KernelFlasher(or other Kernel Manager) to update KernelSU if you are on old version: https://github.com/capntrips/KernelFlasher/releases/tag/v1.0.0-alpha13

KernelSU
37 246
KernelSU now has a safe mode(kernel and manager version 10606+ required): Press the volume down key more than three times when device boot (note that it is press-release, press-release, press-release, not keep pressing all the time) All modules will be disabled in safe mode, you can fix problematic modules at this time.

KernelSU
37 246
You can download boot images and manager from Github release now: https://github.com/tiann/KernelSU/releases