Brian
a903b0fa4e
docs: Rename mentions of ZygiskOnKernelSU to ZygiskNext ( #1114 )
2023-11-06 10:26:58 +08:00
Weblate (bot)
0f09b90f5b
Translations update from Hosted Weblate ( #1088 )
...
Translations update from [Hosted Weblate](https://hosted.weblate.org )
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/ ).
Current translation status:

---------
Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com >
Co-authored-by: dabao1955 <dabao1955@163.com >
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com >
Co-authored-by: I g o r <igormczampola1@gmail.com >
Co-authored-by: tit4nnub <vaoaal@gmail.com >
Co-authored-by: Adiemi Azmi <budaknoob7@gmail.com >
Co-authored-by: 李逍遥 <a3327997820@gmail.com >
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com >
2023-11-02 17:22:27 +08:00
weishu
8b81aeaf70
ci: remove protected symbols
2023-11-02 12:06:08 +08:00
weishu
b4a52f89cc
ksud: bump dependencies
2023-11-02 12:05:21 +08:00
weishu
e9df5105b3
Rename bug_report.md to bug_report.yml
2023-10-27 16:56:55 +08:00
weishu
cd2711395a
Update bug_report.md
2023-10-27 16:56:10 +08:00
officialputuid
83a8d77018
[add device]: Realme 6 / 7 (RM6785) ( #1097 )
...
Change-Id: I7227a2afd01fda5684cdb28a9c4c1b2dc8ef8b65
Signed-off-by: officialputuid <officialputuid@hack.id >
2023-10-27 11:10:59 +08:00
月
426fde58fd
[add device]: Xiaomi Redmi 6 - 6A ( #1094 )
2023-10-26 12:13:21 +08:00
weishu
59040c3aea
website: fix repos.json
2023-10-25 16:45:31 +08:00
Js0n
f4b53daddf
fix(bot): prevent flood wait by caching bot session ( #1082 )
...
This stop bot from re-login every run.
2023-10-25 11:32:46 +08:00
weishu
4c79ad7a81
manager: Fix module changelog fetch failed. close #1084
2023-10-25 11:11:44 +08:00
weishu
fb6565bd19
ci: fix build for protectd symbols
2023-10-25 09:13:11 +08:00
github-actions[bot]
a3e939ab90
[add device]: ( #1091 )
...
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/1090
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com >
2023-10-25 08:38:07 +08:00
github-actions[bot]
80797548b5
[add device]: non-GKI ginkgo ( #1086 )
...
non-GKI ginkgo has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/1085
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-25 08:36:52 +08:00
weishu
f86fce6e16
ci: remove dirty postfix for a14 kernel
2023-10-24 22:59:52 +08:00
weishu
318be535a8
manager: Add missing groups
2023-10-24 22:56:27 +08:00
weishu
92d4de3a73
ci: remove su local cache
2023-10-24 18:03:03 +08:00
weishu
3cf5fc4c51
ci: ignore ksubot error
2023-10-24 18:00:45 +08:00
weishu
4e3cbf627a
ci: fix secrets for release ci
2023-10-24 17:35:53 +08:00
weishu
72febb34c0
ci: Add Android 14 kernel build to release
2023-10-24 17:01:17 +08:00
weishu
03068f279d
manager: fix clipboard toast
2023-10-24 15:59:30 +08:00
weishu
7371eae382
manager: template import/export
2023-10-24 15:24:32 +08:00
weishu
fae1fd9826
manager: make system and shell group conspicuously
2023-10-24 10:57:03 +08:00
weishu
ec5d9e6368
manager: sort groups and capabilities
2023-10-24 10:39:25 +08:00
weishu
64f849dc10
ci: fix build userspace su ( #1079 )
2023-10-24 10:19:08 +08:00
Js0n
d68fa5aed5
fix(ci): cast chat id and thread id into int ( #1078 )
2023-10-24 09:27:13 +08:00
4qwerty7
1b67c1b153
kernel: fix null pointer dereference for some case ( #1075 )
...
在 #973 __never_use_envp 被改名为 envp 并使用。
这导致 GKI 版本一旦代码运行到
[213](344c08bb79/kernel/ksud.c (L213) )
行(或许只有 WSA 等类似情况会跑到这?),就会触发一个空指针解引用。
此PR意在修复此问题,且已在WSA上测试。
2023-10-24 07:00:52 +08:00
Js0n
f349507232
ci: replace python-telegram-bot with telethon ( #1076 )
2023-10-24 07:00:23 +08:00
weishu
bf823a29e8
kernel: fix incorrect strcmp
2023-10-23 22:22:47 +08:00
weishu
55f712d1b2
kernel: dirty fix for pixel8 wlan/bluetooth. close #1074
...
The wlan and bluetooth driver bcmdhd4398 cannot be loaded because cfg80211.ko has been converted to a vendor module. You can find more information about this conversion at: ee1e4b7c5e .
The reason why cfg80211.ko cannot be loaded is because the rfkill.ko module in system_dlkm has protected symbols. To fix this issue, we simply need to delete the protected symbol.
"There is no ABI stability between GKI and GKI modules. In order for modules to load correctly during runtime, GKI and GKI modules must be built and updated together."
We need to find a better solution to address this problem.
Co-authored-by: aviraxp <wanghan1995315@gmail.com >
2023-10-23 22:20:43 +08:00
weishu
ca10d7bcb9
manager: Add more info for logs
2023-10-23 17:25:39 +08:00
weishu
d24813b2c3
Merge pull request from GHSA-86cp-3prf-pwqq
...
* kernel: deny v2 signature blocks with incorrect number
* kernel: reject v1 signature
* kernel: enforce manager package name at compile time
* kernel: don't specific package name in source code, use it in ci
2023-10-23 12:59:30 +08:00
ZHANtech™
a6325193cf
[CI] Update Android 13 sublevel and patch level ( #1071 )
...
android13-5.10-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.10-2023-10
android13-5.15-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.15-2023-10
2023-10-23 08:17:10 +08:00
kevios12
7a1767b4c9
kernel: fix Modules install stuck on kernel 4.4 ( #1059 )
2023-10-22 23:40:53 +08:00
github-actions[bot]
2d4d26c68e
[add device]: ( #1070 )
...
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/1069
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-22 23:39:11 +08:00
weishu
3f98493bb3
Add android14-6.1 ( #1065 )
2023-10-22 17:55:02 +08:00
sus
927f2a26bd
讓artifact可以正確導出 ( #1064 )
...
修正artifact無法被導出的問題
[action](https://github.com/tiann/KernelSU/actions/runs/6597355879 )
Annotations
1 warning
upload-artifacts
No files were found with the provided path: Image-android13*/*.img.gz.
No artifacts will be uploaded.
2023-10-22 08:31:15 +08:00
weishu
344c08bb79
kernel: make compiler happy
2023-10-21 22:43:58 +08:00
weishu
84f16e4c82
assets: remove unused fields
2023-10-21 22:07:26 +08:00
weishu
4ff9dcaa17
assets: allow to use default uid, gid, groups, capabilities and context
2023-10-21 22:05:19 +08:00
weishu
34b64b8310
assets: remove CAP_DAC_READ_SEARCH
2023-10-21 20:41:30 +08:00
weishu
8f4e7f8a79
manager: remove default CAP_DAC_READ_SEARCH cap because we've processed it in kernel.
2023-10-21 20:39:30 +08:00
weishu
75b5fdfb9d
kernel: make su without any capabilities possible
2023-10-21 20:32:28 +08:00
weishu
d4e19bb8fc
manager: refresh template screen if needed.
2023-10-21 17:13:23 +08:00
weishu
571f89fac3
manager: Prioritize display of local templates
2023-10-21 16:52:37 +08:00
weishu
9e058c48a6
manager: support locales for online template(2)
2023-10-21 16:28:08 +08:00
weishu
e828053439
manager: support locales for online template
2023-10-21 16:23:33 +08:00
weishu
8a7d153b02
profile: Add incompetent.root profile template
2023-10-21 15:50:06 +08:00
weishu
06fdae18d2
manager: Fix missing template author
2023-10-21 15:38:17 +08:00
weishu
df8c91b306
profile: Add adb,system profile template
2023-10-21 15:33:10 +08:00