Skip to content

Commit d5fd99c

Browse files
committed
v1.4.2 Revision 7
1 parent 1c1121f commit d5fd99c

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.4.2 Revision 7
2+
* Hide lineage vendor sepolicy traces (thanks @backslashxx)
3+
* Hide Custom ROM related paths
4+
* Hide Gapps releated paths
5+
* Move addon.d and install-recovery.sh sus_path to boot-completed.sh
6+
* Reduce false positives on module status description
7+
18
## v1.4.2 Revision 6
29
* Move hide sus loopdev paths to service.sh
310

module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=susfs4ksu
22
name=SUSFS-FOR-KERNELSU
3-
version=v1.4.2-R6
4-
versionCode=10400206
3+
version=v1.4.2-R7
4+
versionCode=10400207
55
author=sidex15 & simonpunk
66
description=An addon root hiding service for KernelSU compiled with patched kernel source.
77
updateJson=https://raw.githubusercontent.com/sidex15/ksu_module_susfs/main/update.json

update.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.4.2-R6",
3-
"versionCode": 10400206,
2+
"version": "v1.4.2-R7",
3+
"versionCode": 10400207,
44
"zipUrl": "https://github.com/sidex15/ksu_module_susfs/releases/latest/download/ksu_module_susfs.zip",
55
"changelog": "https://raw.githubusercontent.com/sidex15/ksu_module_susfs/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)