Skip to content

Commit

Permalink
R65C0A20A-kitsune
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyDG authored Feb 5, 2024
1 parent 852063a commit 29aaaca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
Binary file modified app-debug.apk
Binary file not shown.
Binary file modified app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions canary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"magisk": {
"version": "R65B8FE82-kitsune",
"versionCode": "26404",
"version": "R65C0A20A-kitsune",
"versionCode": "27001",
"link": "https://github.com/HuskyDG/magisk-files/raw/main/app-release.apk",
"note": "https://github.com/HuskyDG/magisk-files/raw/main/note.md"
},
Expand Down
4 changes: 2 additions & 2 deletions debug.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"magisk": {
"version": "R65B8FE82-kitsune",
"versionCode": "26404",
"version": "R65C0A20A-kitsune",
"versionCode": "27001",
"link": "https://github.com/HuskyDG/magisk-files/raw/main/app-debug.apk",
"note": "https://github.com/HuskyDG/magisk-files/raw/main/note.md"
},
Expand Down
17 changes: 10 additions & 7 deletions note.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## R65B8FE82-kitsune (26404)
## R65C0A20A-kitsune (27001)

- Do not reset peer group of `/apex`, to avoid introducing abnormal environment detection
- Synchronize with upstream to 154121f (27001)
- Disable magisk app signature verification
- Support Magic mount for more partitions

If you want to read changelog of previous builds, please visit [Release page](https://github.com/HuskyDG/magisk-files/releases)

Expand All @@ -20,20 +22,21 @@ Kitsune 26404+ has changed the mounting `su` location from `/system/bin` to `/ap
- [App] Add biometric authentication back
- [General] Check full path of `init.rc`
- [General] Grant root to shell by default (for debug build)
- [General] Disable magisk app signature verification
- [Module] Support Magic mount for more partitions

### Magisk upstream level

- HEAD commit: 65207f96
- HEAD commit: 154121f

## Magisk (65207f96) (26404)
## Magisk (3d91a561) (27001)

- [SEPolicy] Update libsepol to properly set some policy config bits
- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions
- [ResetProp] Add new wait for property feature `resetprop -w`
- Minor bug fixes

## Diffs to v26.4

- [Zygisk] Introduce new code injection mechanism
- [Zygisk] Support new signature introduced in U QPR2
- [SEPolicy] Update libsepol to properly set some policy config bits
- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions
- [ResetProp] Add new wait for property feature `resetprop -w`

0 comments on commit 29aaaca

Please sign in to comment.