Commit Graph

443 Commits

Author SHA1 Message Date
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
https://github.com/ReallySnow/kernel_google_bluecross/commit/d7c2c5f02ad1ce89e746fa14f097ea71fdc4aadc
2023-02-15 11:39:16 +08:00
Amicia De Rune 83ff7aeaab manager: update id translation language (#243)
Signed-off-by: RooGhz720 <rooghz720@gmail.com>
2023-02-14 22:41:41 +08:00
weishu 611c8a4138 kernel: support add_type for 4.x kernel
Co-authored-by: Ookiineko <chiisaineko@protonmail.com>
2023-02-14 19:08:18 +07:00
weishu c2ccc78c28 kernel: correctly handle add attr 2023-02-14 18:52:48 +07:00
tiann ba001ac093 ksud: ignore empty sepolicy rule 2023-02-14 18:10:39 +08:00
weishu dc8d7704c6 kernel: fix policydb length 2023-02-14 14:41:00 +07:00
Amicia De Rune 7151e05199 manager: Update ID language translation (#239)
Signed-off-by: RooGhz720 <rooghz720@gmail.com>

Signed-off-by: RooGhz720 <rooghz720@gmail.com>
2023-02-14 13:02:16 +08:00
tiann 1c3b3ec3d6 ksud: fmt 2023-02-14 12:59:21 +08:00
tiann ab7d645d36 ksud: support check_sepolicy in scripts 2023-02-14 12:57:08 +08:00
tiann 31dc644eca manager: Add reboot shortcut for module screen 2023-02-14 12:01:05 +08:00
tiann 15363629dd manager: Add more info to bugreport 2023-02-14 11:44:57 +08:00
tiann 079d928177 manager: Add kernel version to bugreport 2023-02-14 11:40:24 +08:00
tiann 23bb85b404 manager: show manager version 2023-02-14 11:37:37 +08:00
tiann 787be37dc7 manager: show safemode in homescreen 2023-02-14 11:29:16 +08:00
tiann 63530e1dde manager: show module state in safemode 2023-02-13 23:33:56 +08:00
tiann 3560b78c7c ksud: support module disable in safemode 2023-02-13 23:33:56 +08:00
weishu 70829a428a kernel: count time of volumedown to enter safemode 2023-02-13 22:01:59 +07:00
tiann c09a4d40db manager: ui state for safemode 2023-02-13 22:41:32 +08:00
tiann 06659dca43 ksud: check kernel safemode 2023-02-13 22:28:43 +08:00
weishu 20fcc971e1 kernel: press KEY_VOLUMEDOWN over 2 seconds will enter safemode and disable all modules
Co-authored-by: Ylarod <me@ylarod.cn>
2023-02-13 21:23:28 +07:00
weishu 6758951a41 kernel: fix sepolicy apply may not work #227
Co-authored-by: sekaiacg <sekaiacg@gmail.com>
2023-02-13 09:12:31 +07:00
tiann dd9f5d0ab7 Revert "[add device]: GKI 1.0 (#236)"
This reverts commit 3f03634f31.
2023-02-13 09:38:03 +08:00
github-actions[bot] 3f03634f31 [add device]: GKI 1.0 (#236)
GKI 1.0 has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/235

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com>
2023-02-12 18:44:31 +08:00
tiann 30e7a71a9f ksud: fix vendor only overlay not working 2023-02-12 18:29:27 +08:00
Aquarius223 95eee955cd kernel: Fix f422b167 lost parameters after ack-linux 4.14.y (>=163) (#234)
* [android-4.14-stable tree:
https://github.com/aosp-mirror/kernel_common/commit/5d0939e1]

Change-Id: Ice92dd83df4c4f1ae272156cb57f95998e45819f

Co-authored-by: stic-server-open <1138705738@qq.com>
2023-02-12 18:11:28 +08:00
tiann 06be27db98 ksud: Fix mount ext4 failed of sys-mount 2023-02-12 18:07:50 +08:00
skbeh 049fa85907 ksud: remove tailing "/" from PATH (#230) 2023-02-12 18:07:07 +08:00