Commit Graph

149 Commits

Author SHA1 Message Date
huangsijun17 cd6bebd7f4 Update README_CN.md (#50)
修正标点核错别字。
2023-01-13 13:59:26 +08:00
longhuan1999 9b4ebb4cc0 kernel: Change CI build for WSA-5.10.117 (#48) 2023-01-12 21:32:17 +08:00
秋秋 777ed72642 kernel: We don't like dirty (#46) 2023-01-12 17:19:54 +08:00
セリカ・シルフィル bf5bfd3836 Make setup script support non-GKI kernel (#47) 2023-01-12 17:09:55 +08:00
セリカ・シルフィル 395090ae3e Fix error for some non-GKI kernel source code (#45)
Idea from @Dreamail
2023-01-12 15:11:51 +08:00
Ylarod 184b38dbbe ci: update message hint (#44) 2023-01-12 09:21:01 +08:00
Ylarod 855aae1b05 ci: push to telegram (#43)
* ci: push to telegram

* support topic

* check BOT_TOKEN in build-su

* update script
2023-01-11 22:47:31 +08:00
Ylarod 8e1d0c8fa5 ci: fix su (#42) 2023-01-11 20:21:53 +08:00
longhuan1999 be97ec7782 kernel: Add CI build for WSA-android12-5.10.117 (#41) 2023-01-11 14:32:51 +08:00
Scirese 83912e967c Readme: Add disclaimer and Chinese README (#40) 2023-01-11 08:12:02 +08:00
Ylarod 5de4ebfb71 kernel: fix warning (#37) 2023-01-11 05:22:58 +08:00
weishu 0caaf53c52 kernel: backport to 4.19 (#36) 2023-01-10 23:20:32 +08:00
Ylarod 9d19d9b9f0 kernel: improve include (#35) 2023-01-10 19:44:43 +08:00
weishu cb78faaf22 kernel: fix typo for PT_PARAM_REG 2023-01-09 07:24:23 +07:00
weishu 2f0349ae70 kernel: fix syscall_work version 2023-01-07 20:11:33 +07:00
weishu 17268b5c00 kernel: syscall_work is introduced above 5.10 2023-01-07 20:07:16 +07:00
tiann a1a7ec205d ksud: Only use resetprop, remove magisk binary 2023-01-07 19:40:15 +08:00
YuKongA 07176fdecb kernel: CI build for 5.15.y (#30) 2023-01-07 16:39:19 +08:00
weishu ece756faed kernel: add PT_REGS_PARAM6 2023-01-06 21:51:09 +07:00
tiann feeb5f8808 ci: we need full history to generate app version code 2023-01-06 16:43:07 +08:00
weishu 6bdd856430 Fix ci for manager (#28) 2023-01-06 16:18:17 +08:00
tiann bc7207ad8f manager: Add versionCode to avoid downgrade 2023-01-06 14:16:57 +08:00
tiann 470b656c8d manager: Add git commit to version 2023-01-06 14:09:50 +08:00
tiann 76afc3bb2a ksud: trim command output 2023-01-06 13:10:27 +08:00
tiann 01b6694f9a ksud: support post-fs-data.sh run as daemon.
1. We should make the `post-fs-data.sh` use itself a process group, otherwise it will receive signal from other process and make it exit accidentally.
2. And we should also switch child process' cgroup out of parent process, otherwise it would be kill by cgroup.
2023-01-06 12:59:21 +08:00
残页 56d630b91e ksud: use the same variable type in scripts (#26)
When executing module install scripts, KSU is set to "true"; when executing module post-fs-data scripts, KSU is set to "1". This may cause confusions so use the same value instead.
2023-01-06 11:49:13 +08:00
tiann edd2f030b8 ksud: block stderr of installer script 2023-01-05 18:47:05 +08:00
Huy Minh 4d099b9273 Kconfig : Make KSU depends on OVERLAY_FS (#25)
As KernelSU now support modules and mounting system as R/W using overlayfs, it's time to require overlayfs when trying to compile it.
2023-01-05 17:48:22 +08:00
tiann 2a546a1ed8 ksud: fix selinux unlabeled of modules dir 2023-01-05 16:58:00 +08:00
tiann 6a528e3935 manager: allow absent versionCode, version, author for module prop 2023-01-05 15:27:33 +08:00
tiann bdfae2c157 manager: v0.3.2 2023-01-05 14:54:02 +08:00
tiann e38a463b5e ksud: Don't load module in safe mode 2023-01-05 14:50:09 +08:00
tiann 71b7a3d6a8 ksud: Fix module may uninstall failed 2023-01-05 14:38:59 +08:00
tiann 3ce8438e93 ksud: Add magisk binary as resetprop 2023-01-05 14:13:35 +08:00
tiann cd803b1ca2 ksud: Add support for post-fs-data and system.prop 2023-01-05 14:10:38 +08:00
tiann ece6b5d392 ksud: add is_safe_mode 2023-01-05 13:52:39 +08:00
tiann d8021eaa55 ksud: exec module post-fs-data.sh 2023-01-05 13:42:18 +08:00
tiann cb50ece35b ksud: add context for module install failure. 2023-01-05 13:41:29 +08:00
tiann 17ccc7b734 manager: refresh ui when enable/disable/remove 2023-01-05 13:30:16 +08:00
tiann 988f32b990 manager: v0.3.0 2023-01-05 11:30:08 +08:00
tiann 612c29e831 ksud: specific ext4 format for mount 2023-01-05 11:14:02 +08:00
tiann 6535233ea9 ksud: e2fsck check image before mount 2023-01-05 11:13:31 +08:00
tiann edc77fd82c manager: allow uninstall when update module 2023-01-05 10:57:25 +08:00
tiann 6d6baa7bba ksud: clean module dir earlier 2023-01-05 10:51:04 +08:00
tiann acab2a8c7e ksud: clean module mount point if it exists. 2023-01-05 10:41:46 +08:00
tiann 1881a99cfa manager: remove font for status card 2023-01-05 10:35:42 +08:00
tiann 7db81d181c manager: minor text change 2023-01-05 10:01:21 +08:00
忆清鸣、 ec3abdc8a7 manager: Add Chinese support (#23)
* manager: Add Simplified Chinese support

* manager: Add Simplified Chinese support

* manager: Add Traditional Chinese

* manager: Do not translate the app name

* manager: Organize spaces
2023-01-04 22:49:12 +08:00
weishu 0e847f1a81 kernel: change vold.rc to atrace.rc temporarily 2023-01-04 21:42:50 +07:00
tiann 2ecc92605d misc: Add gitignore 2023-01-04 21:57:52 +08:00