Commit Graph

619 Commits

Author SHA1 Message Date
tiann
d6d08530e4 ksud: Breaking change: modules are mounted to /data/adb/modules and will disable itself when magisk installed. 2023-03-01 11:49:54 +08:00
tiann
159cbc8e75 manager: Add prop to bugreport 2023-03-01 11:48:24 +08:00
tiann
36e40746e6 ksud: Disable modules when magisk installed 2023-03-01 11:41:53 +08:00
tiann
9af3cd68c9 website: fix typo and add KernelFlasher 2023-03-01 10:56:20 +08:00
uaevuon
7693187324 website: Fix typo (#283) 2023-02-28 14:10:31 +08:00
Fankesyooni
6624cb6ff8 website: Fix wrong directory name in document (#282)
I think there is a misspell in document
2023-02-27 22:57:40 +08:00
rhjdvsgsgks
1cf309584a kernel: make some compiler happy again (#279)
ae92de667d
still not fix #252
2023-02-26 22:08:50 +08:00
tiann
f64614b189 ksud: fix mount and remount order 2023-02-26 11:44:08 +08:00
tiann
f38f9e112a website: Update sirius device. close #275 2023-02-25 10:50:50 +08:00
tiann
8aec92cf38 ksud: don't touch rootfs mount 2023-02-24 20:00:57 +08:00
tiann
ba2bc414c4 manager: Remove the confusing UI of system rw. Many users don't know what is used for and most users don't need this (it is recommended to use module to modify /system). Maybe i'll add it back for cli usage (such as ksud enable system_rw 2023-02-24 12:41:32 +08:00
TinyHai
62a699fd80 manager: update dep version to fix bug #269 (#272) 2023-02-24 12:25:01 +08:00
tiann
b34e2285be ksud: make it buildable without git installed 2023-02-24 11:55:03 +08:00
tiann
ab65cf27c2 Revert "ksud: make it buildable without git installed"
This reverts commit 677f8a9c44.
2023-02-24 11:53:04 +08:00
tiann
677f8a9c44 ksud: make it buildable without git installed 2023-02-24 11:41:39 +08:00
weishu
dbcdc29ba8 kernel: optimize vfs_read probe. 2023-02-23 12:12:50 +07:00
weishu
6ae2a73ad7 kernel: return early for prctl command 2023-02-22 14:26:53 +07:00
Howard Wu
b8ec6e34b7 Fix WSA Kernel build (#267)
1. Use ubuntu-20.04
1. Use LLVM 12
1. Fix build cache
1. Fix KernelSU version
2023-02-22 09:20:37 +08:00
tiann
2bc1435f2a ksud: remove original file after copy 2023-02-22 00:08:18 +08:00
tiann
0900e5158a Revert "ci: use ubuntu-latest for wsa build"
This reverts commit 0f512bada7.
2023-02-21 23:58:31 +08:00
tiann
0f512bada7 ci: use ubuntu-latest for wsa build 2023-02-21 23:56:19 +08:00
tiann
c3c4a25996 ksud: copy file when rename failed 2023-02-21 23:52:04 +08:00
tiann
6153e1999b ksud: fix clippy 2023-02-21 22:09:41 +08:00
tiann
b8b9f6ec75 ksud: Fix windows compile 2023-02-21 21:39:14 +08:00
tiann
28b677da23 ksud: fmt 2023-02-21 20:24:10 +08:00
tiann
1fd381af13 ksud: restore stock mount after overlay mount. close #233 2023-02-21 20:22:00 +08:00
github-actions[bot]
12dd4337ea [add device]: Miatoll [curtana, excalibur, gram, joyeuse] (#265)
Miatoll [curtana, excalibur, gram, joyeuse] has been added to the
website.
Related issue: https://github.com/tiann/KernelSU/issues/264

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-21 18:50:58 +08:00
tiann
d7b4b22fe7 ksud: fmt 2023-02-21 13:10:32 +08:00
tiann
cfc457fa10 ksud: fmt 2023-02-21 13:09:03 +08:00
tiann
4a66b0ce37 ksud: fix incorrect umask 2023-02-21 13:06:37 +08:00
tiann
3b9dbcdc5c ksud: Fix common script may not be executed 2023-02-21 12:54:05 +08:00
weishu
c823f18316 kernel: fix compile err 2023-02-20 20:06:56 +07:00
weishu
4f5c35c364 kernel: add prefix to avoid symbol confliction 2023-02-20 18:51:59 +07:00
weishu
ae92de667d kernel: make some compiler happy 2023-02-20 18:51:59 +07:00
Ylarod
e942549dfc ksud: setns to init for module commands (#262) 2023-02-20 19:43:49 +08:00
Re*Index. (ot_inc)
e159d8004f fix translation (#244)
Japanese Translation Adjustments and Fixes

---------

Co-authored-by: weishu <twsxtd@gmail.com>
2023-02-20 19:37:35 +08:00
weishu
b5ac325ef0 kernel: apply rules should return success when selinux is disabled or permissive 2023-02-20 18:13:53 +07:00
Amicia De Rune
5af24a8089 manager: update id translation language (#259)
Signed-off-by: RooGhz720 <rooghz720@gmail.com>
2023-02-20 14:33:16 +08:00
Wahid Khan
75d20eba9b website: fix typos (#258) 2023-02-20 14:13:21 +08:00
TinyHai
10f67cb6f4 manager: show confirm dialog before uninstall module (#257)
manager: Add Dialog component, show confirm dialog before uninstall
module, fix a bug in listModules
2023-02-20 10:52:23 +08:00
TinyHai
e296de603d manager: Update the bottom bar navigation logic(#254)
close #232
2023-02-20 10:37:40 +08:00
TinyHai
aefcfc65b6 manager: Add key to LazyColumn's items to prevent incorrect allow sta… (#255) 2023-02-20 10:31:58 +08:00
tiann
afdb21755f ksud: Fix denpendency 2023-02-20 10:07:30 +08:00
Nullptr
f946ef774b kernel: allow root processes to get allow/deny list (#256) 2023-02-19 16:09:21 +08:00
github-actions[bot]
2f55df3463 [add device]: (#250)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/249

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-18 09:26:51 +08:00
Ylarod
0eaae07a42 manager: send app list in bug report (#248)
We need this for uid in dmesg
2023-02-16 23:39:21 +08:00
tiann
e525438bc7 website: Add safemode integrate instruction 2023-02-16 12:08:30 +08:00
tiann
03e6c43aaf ci: Fix ksud version incorrect 2023-02-16 10:05:35 +08:00
Arya Hajalizade
3b8ad13137 Update faq.md (#246)
Changed a line towards a better grammar and made it more readable.
2023-02-16 10:00:20 +08:00
Enes Sastim
e3d52df4e1 use selinux_state for 4.9.212+ (#245)
_selinux_state_ is backported to 4.9 kernel with the 4.9.212 release,
use it to fix the build.
many thanks to @reallysnow for figuring this out.
inspired by
d7c2c5f02a
2023-02-15 11:39:16 +08:00