Commit Graph

  • 894b2e99ed manager: ui refactor (#21) Nullptr 2022-12-26 08:59:37 +08:00
  • 4c9942dd3f 🚨 [kernel] remove warnings (#20) Ylarod 2022-12-24 09:18:38 +08:00
  • aa40a6b749 Update README.md weishu 2022-12-23 15:31:59 +08:00
  • 82161dec80 kernel: fix path leak tiann 2022-12-23 12:50:07 +08:00
  • 2eccc90ccc manager: improve become_manager validation tiann 2022-12-23 12:50:07 +08:00
  • 7b60a1e5f8 kernel: improve manager validation weishu 2022-12-23 11:47:27 +07:00
  • 33096754dd kernel: fix compile err weishu 2022-12-23 10:46:19 +07:00
  • 2a891a478c kernel: version -> 5 weishu 2022-12-23 09:00:50 +07:00
  • 87d1158313 kernel: don't apply rules for permissive/disabled selinux weishu 2022-12-23 08:59:57 +07:00
  • fa59434753 kernel: add selinux rules for allowlist weishu 2022-12-23 08:15:35 +07:00
  • dcb1d38a37 kernel: fix seccomp, this is actually a fix of previous commit weishu 2022-12-22 22:20:12 +07:00
  • 3196731545 kernel: improve selinux for su context weishu 2022-12-22 22:10:17 +07:00
  • 301406d051 kernel: fix seccomp. it may crash in https://elixir.bootlin.com/linux/v5.10.161/source/kernel/seccomp.c#L1079 weishu 2022-12-22 22:03:59 +07:00
  • a9c7588c27 👷 [CI] build for android12-5.10-66 (#18) Ylarod 2022-12-22 15:41:56 +08:00
  • e6d40afe76 💚 kernel: fix ci build (#16) Ylarod 2022-12-22 09:53:45 +08:00
  • a921d6da80 👷 [CI] Use checkout instead of mainline setup.sh (#17) Ylarod 2022-12-22 09:53:08 +08:00
  • 47b0f7bdeb kernel: manager's parent must be zygote(uid=0) weishu 2022-12-21 21:05:16 +07:00
  • 9aacf2a64d kernel: avoding other root process being kprobed weishu 2022-12-21 20:50:55 +07:00
  • 475262afb7 👷 [CI] trigger ci if build-*.yml changes (#14) Ylarod 2022-12-21 20:20:59 +08:00
  • 78fc250778 kernel: version -> 4 weishu 2022-12-21 19:19:07 +07:00
  • 06d0430e52 👷 [CI] Update build-kernel.yml (#13) Ylarod 2022-12-21 20:13:16 +08:00
  • e111602784 misc: create build-kernel.yml (#9) Nullptr 2022-12-21 17:39:21 +08:00
  • 28ce468e73 misc: don't trigger ci on irrelative path tiann 2022-12-20 17:14:07 +08:00
  • 5053e20778 kernel: switch to syscall_work if CONFIG_GENERIC_ENTRY is enabled (#12) Huy Minh 2022-12-20 13:54:42 +07:00
  • 92a3be8af9 kernel: add ccflags (#11) SsageParuders 2022-12-20 14:04:14 +08:00
  • 758c8eb845 kernel: fix compile errors & warnings on android13-5.15 gki weishu 2022-12-20 10:51:40 +07:00
  • c5da14ae4b need to import namespace (#7) SsageParuders 2022-12-20 10:21:57 +08:00
  • 96139986b3 kernel: Include task_stack.h in sucompat.c (#6) Huy Minh 2022-12-19 19:38:20 +07:00
  • 85d4cbd92d Fix su file not found after su (#5) Nullptr 2022-12-19 19:37:26 +08:00
  • c19869c1cc Kconfig : Make KSU depends on KPROBES (#4) Huy Minh 2022-12-19 17:19:58 +07:00
  • 223f5588df kernel: always disable seccomp weishu 2022-12-19 17:14:38 +07:00
  • be91d4edaf kernel: emit compile error when KPROBES disabled weishu 2022-12-19 12:12:57 +07:00
  • 04c2febe55 manager: fix crash when app granted root is uninstalled. tiann 2022-12-19 12:57:47 +08:00
  • 745a073455 manager: only build x86_64 and arm64 libs tiann 2022-12-16 11:06:34 +08:00
  • a90c93c97a docs: change url of build instruction (#3) Ylarod 2022-12-15 22:21:05 +08:00
  • 91f3b3ef1c kernel: load_allow_list when /data prepared weishu 2022-12-15 16:06:07 +07:00
  • c4b32332d2 manager: lazy load app name and icon tiann 2022-12-15 15:15:30 +08:00
  • 21e2306a50 misc: fix ci tiann 2022-12-15 14:25:46 +08:00
  • 5c2ae65ad8 manager: rename build artifacts tiann 2022-12-15 12:48:33 +08:00
  • 8e89b90b80 Add ci for manager and userspace (#2) Ylarod 2022-12-15 12:22:43 +08:00
  • 6b84b7ed4d v0.1.3 tiann 2022-12-14 22:35:35 +08:00
  • fc497546cc kernel: fix free kmem err weishu 2022-12-14 16:41:47 +07:00
  • c6300ccf94 kernel: fix memory leaks and x86_64 args weishu 2022-12-14 16:26:43 +07:00
  • 2934ec1718 manager: add all apps in superuser list tiann 2022-12-14 16:31:46 +08:00
  • e9ed28077f kernel: add su compat mode weishu 2022-12-14 14:55:29 +07:00
  • 280660125f kernel: don't setenforce if kernel is already permissive weishu 2022-12-12 22:18:59 +07:00
  • a30507dfcc userspace: add x86_64 build tiann 2022-12-12 14:52:39 +08:00
  • 0d8785ec78 kernel: support x86_64 weishu 2022-12-12 13:51:09 +07:00
  • 304581cab4 kernel: fix selinux when load/save allowlist weishu 2022-12-12 13:50:47 +07:00
  • 820d84e512 kernel: make allowlist available cross boot weishu 2022-12-12 11:17:51 +07:00
  • 730a522f87 kernel: fmt weishu 2022-12-11 21:59:57 +07:00
  • a0d91bcf8b manager: fix package visibility tiann 2022-12-11 20:56:52 +08:00
  • da4ebee980 userspace: don't use static lib tiann 2022-12-11 20:02:30 +08:00
  • fc3b94cbaa v0.1.2 tiann 2022-12-11 00:46:24 +08:00
  • 86b384eefc manager: fix SuperUser list key conflicts tiann 2022-12-11 00:08:35 +08:00
  • 39188606dc misc: README tiann 2022-12-10 23:50:08 +08:00
  • d052043267 misc: add kernel setup script weishu 2022-12-10 22:43:21 +07:00
  • b2e6f5cace manager: ui changes tiann 2022-12-10 23:40:31 +08:00
  • e77ac86e95 manager: fix dialog text color tiann 2022-12-10 22:55:09 +08:00
  • 57b1eb44f8 misc: ignore tiann 2022-12-10 22:13:56 +08:00
  • 210d36f91c kernel: use release sign tiann 2022-12-10 22:13:38 +08:00
  • 11372653a1 v0.1.1 tiann 2022-12-10 22:03:18 +08:00
  • 2f09767110 [manager]: Add icon tiann 2022-12-10 22:02:39 +08:00
  • c90e9fcc95 [manager]: show status of kernel tiann 2022-12-10 21:54:34 +08:00
  • 1c1c7e0352 [manager]: Use MD3 tiann 2022-12-10 21:14:43 +08:00
  • 51c84400cf Init tiann 2022-12-09 22:03:03 +08:00
  • fa71c6cfe1 Initial commit weishu 2022-12-09 22:03:55 +08:00