Skip to content

Commit 1f754aa

Browse files
committed
v1.5.2+ Revision 21
1 parent 3d255a3 commit 1f754aa

3 files changed

Lines changed: 32 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
## v1.5.2+ Revision 20
1+
## v1.5.2+ Revision 21
22
### WebUI
3-
* Implement SUSFS Userspace Binaries Update Dialog
4-
* Add Hide sus_mounts for all processes toggle for v1.5.7+
5-
* Add Try umount for zygote isolation service toggle (V1.5.8+)
6-
* Use susfsd features if ksu_susfs show enabled_features throws an error
7-
* Show spoofed kernel uname label and values in spoof kernel uname
8-
* Fix auto overlayfs kstat status
9-
* Add SUS Kstat support status
10-
* Use @KOWX712 exec function for WebUI
11-
* Fix Russian credits
3+
* Introduce custom sus_path_loop section for latest v1.5.9+
4+
* Add checkbox for uname version and build date in Spoof Uname section
5+
* Use hide_sus_mnts_for_all_procs config instead of creating /data/adb/susfs_umount_for_zygote_iso_service
6+
* Implement AVC Log Spoofing toggle for v1.5.9+
7+
* Add Emulate Vold App Data Emulation Toggle v1.5.8+
8+
* Add capability to disable webui binary update if disable_webui_bin_update=1
9+
* Fix toast messages in custom settings
1210
* Localization:
13-
* Fix Various translations (@mehu3dhokia, @mattchengg)
11+
* Fix Various translations (@mehu3dhokia, @Alohaa666, @ziomek3120)
1412
### Scripts
15-
* scripts: Implement SUSFS Binary Update Script for WebUI
16-
* scripts: improve SUSFS logging and stats Instead of using sleep function
17-
* scripts: boot-completed: set first the sdcard and android data root path first for sus_path (v1.5.8)
18-
* scripts: add susfs binary check script for WebUI
19-
* scripts: customize/action: change test download binary command
20-
* scripts: post-fs-data: use susfsd to check if susfs is supported
21-
* scripts: service: comment out add_sus_kstat and update_sus_kstat in hide vendor, compat matrix, and spoof service.
22-
* scripts: action: use download function instead of curl for checking susfs hashes
23-
* scripts: boot-completed: refactor custom sus_path handling
24-
* scripts: customize: skip verifiedboothash creation if vbmeta-fixer or tricky addon is installed
25-
* scripts: service: fix sus system_ext sepolicy (Thanks @devnoname120)
26-
* scripts: config/boot-completed: implement hide sus mounts for all processes for susfs v1.5.7+
27-
* scripts: boot-completed: always count sus_path on boot-scripts execution instead of finding in dmesg.
13+
* scripts: boot-completed: introduce custom sus_path_loop configuration for latest v1.5.9+
14+
* scripts: customize: add sus_path_loop.txt
15+
* scripts: config: add disable_webui_bin_update config
16+
* scripts: boot-completed/config: implement vold app data emulation
17+
* scripts: post-fs-data/config: implement avc log spoofing feature
18+
* scripts: post-fs-data/config: implement umount for zygote isolated service config
19+
* scripts: customize/boot-completed: improve search for the SuSpicious module
20+
* scripts: boot-completed: tighten search for LH_SUS_MOUNT and LH_TRY_UMOUNT_PATH string
21+
* scripts: add 'susfs:' search string in susfs logs
22+
* scripts: boot-completed: use susfsd for checking susfs version
23+
* scripts: boot-completed: wait for /sdcard/Android/data (@backslashxx)
24+
* scripts: boot-completed: wait for decrypt before sus_path (@backslashxx)
25+
* scripts: post-fs-data: follow the rules of GitHub Community guidelines.
2826
### Misc
29-
* Add SUSFS banner
27+
* selinux: allow netd rule for bindhosts susfs open redirect mode
28+
* sepolicy: allow zygote apk_data_file dir
29+
* sepolicy: add rule for sus_path_loop
30+
* config: update sus_path.txt
31+
32+
## Note: If you have a problem with YouTube/YouTube Music Revanced not working after updating this module, you should disable the umount toggle in the YouTube app, or see issue [here](https://github.com/sidex15/susfs4ksu-module/issues/160)

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=susfs4ksu
22
name=SUSFS-FOR-KERNELSU
3-
version=v1.5.2-R20
4-
versionCode=105002020
3+
version=v1.5.2-R21
4+
versionCode=105002021
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/v1.5.2+/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.5.2-R20",
3-
"versionCode": 105002020,
2+
"version": "v1.5.2-R21",
3+
"versionCode": 105002021,
44
"zipUrl": "https://github.com/sidex15/ksu_module_susfs/releases/latest/download/ksu_module_susfs_1.5.2+.zip",
55
"changelog": "https://raw.githubusercontent.com/sidex15/ksu_module_susfs/v1.5.2+/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)