Releases: sidex15/susfs4ksu-module
Releases Β· sidex15/susfs4ksu-module
v1.5.2+ Revision 15
WebUI
- Check if it's NON-GKI then it will show that SUS_SU is not supported
on NON-GKI kernels - Convert susfs version into a decimal number for checking susfs features
Scripts
- module: scripts/customize: use internet connection to install/update susfs binaries
- If there's no internet connection or the binary of that version is not available yet it installs the latest local binaries in the module
- The source of the susfs binaries is in this repo susfs4ksu binaries
- scripts/service: check if sus_su is supported when config.sh says it doesn't (thanks! @ChiseWaguri)
- scripts/service: Rename inconsistent variable sus_active to sus_su_active (thanks! @ChiseWaguri)
- scripts/service: Add final susfs activity check for sus_su=-1 (thanks! @cvnertnc)
- scripts/customize: make unzip quiet ssshhhh
v1.5.2-v1.5.4 Revision 14
This revision is for GKI/SUS_SU Enabled SUSFS Users that mistakenly showed SUSFS Is not available in your kernel
in WebUI
For GKI/SUS_SU Enabled Users please change to sus_su=2
in /data/adb/susfs4ksu/config.sh then reboot to see if it persists
If you want to get newer updates or nightly updates, check the actions tab of susfs4ksu module Here
WebUI
- fix susfs logs location and remove susfs_stats is zero condition
Scripts
- scripts/service: Rework sus_su checks
- For SUSFS v1.5.3+ it will use the
show enabled_features
feature to check if sus_su is supported or not - For SUSFS v1.5.2 will use the traditional check if sus_su throws an error or not
- Add Check if sus_su is in mode 0
- For SUSFS v1.5.3+ it will use the
- scripts/boot-completed: use susfs version to check different set cmdline command
v1.5.2-v1.5.4 Revision 13
SUSFS Module for v1.4.2 is officially End of Life :(
Because newer hiding implementations require newer SUSFS patches.
WebUI
- Implement Auto Hide Settings For SUSFS v1.5.4
- Auto Hide Default Mounts
- Auto Hide Bind Mounts
- Auto Try Umount Bind Mounts
- Try Umount For Zygote System Process
- move tmpfolder location to /data/adb/ksu/susfs4ksu
- Change 'not supported' to 'not available' in sus_su support to ease up confusion
Scripts
- Add fake_service_list for custom rom hiding (thanks @backslashxx)
- Set fake_service_list=1 in config.sh
- Not available in WebUI Custom settings yet as it's untested
- module: add SUSFS v1.5.4 userspace binaries
- module: make dynamic install more friendly for continuous integration
- cmdline hw device name spoof (Proof of Concept) (Thanks @0x11DFE)
- scripts/service: fake encryption status (Thanks @backslashxx)
- Script/boot-completed: replace hard coded path to mntfolder
- Script/boot-completed: add cmdline compatibility for newer susfs binaries
- scripts: add mntfolder for functions/features that's using mount and sus_mount
- move tmpfolder to /data/adb/susfs4ksu
- txtfiles: remove redundant /debug_ramdisk (Thanks @backslashxx)
- txtfiles: remove /data/adb/modules on try_umount list (Thanks @backslashxx)
- module: drop META-INF (Thanks @backslashxx)
- scripts/customize: susfs is ksu only (Thanks @backslashxx)
- scripts: remove bashism (Thanks @backslashxx)
- scripts/service: prevent grep to wc -l piping (Thanks @backslashxx)
- module: drop 32-bit arm support (Thanks @backslashxx)
v1.5.2-v1.5.3, v1.4.2 Revision 12
For existing module users, highly recommend deleting /data/adb/susfs4ksu/config.sh
first before updating to prevent unwanted issues (You only do this once, you don't need to do it again in future versions)
WebUI
- Introduce spoof kernel version uname on boot
- also has an option "Execute on post-fs-data" for better hiding (Dangerous if misused)
- v1.5.2+: Deprecate SUS_SU 1 only use sus_su 2
- v1.5.2+: Change SUS_SU Toggles the same as v1.4.2
- Remove
su -c
in all of run and exec functions to fix some devices that kernel panics when opening the WebUI - Use
/data/adb/ksu/bin/ksu_susfs
for features that use ksu_susfs commands - Auto detects SUS_SU support from sus_su, and sus_su_active values
- Replace error symbol with warning symbol if sus_fs is not installed in your kernel (to avoid confusion)
- v1.5.2+: Warning will show if SUS_SU 1 is forcefully enabled.
- Minor loading improvements
Scripts
- Fix try_umount param (thanks @etnperlong)
- Implement susfs_log, sus_su, and sus_su_active, and spoof_uname functions and configs
- Move temp stats and logs to /data/adb/susfs4ksu also fix some module detection
- Add kernelversion.txt for kernel uname spoofing on boot
- Add ability to override for susfs activation (thanks @backslashxx)
touch /data/adb/susfs4ksu/susfs_force_override
- Add new configs if the config doesn't exist on
/data/adb/susfs4ksu/config.sh
- Other misc fixes (thanks @backslashxx)
SUSFS Version specific
- v1.5.2+: Implement Dynamic install for v1.5.2+
- Currently v1.5.2-v1.5.3
- v1.5.2+: Use Dynamic version in module version
I would like to thank all the Internal testers who tested my internal test module to make this possible! especially Wild Kernel TG group channel π€
v1.5.2/v1.4.2 Revision 11
WebUI
- Implement Try Umount Section in custom settings page
- Implement additional custom rom settings
- Hide vendor sepolicy (disabled by default)
- Hide Compat Matrix (disabled by default)
- Significant code refactor on the stats menu to reduce lag when lauching.
- Significant code refactor custom toggles of custom settings menu to reduce lag when going to custom settings.
- Very minor UI adjustments.
- UI adjust for MMRL
Scripts
- Implement Compat Matrix hide for the latest native detector (6.5.7) (Thanks @AzyrRuthless)
- Add hide_vendor_sepolicy, hide_compat_matrix, and try_umount configurations
- Count the number of sus_path sus_mount and try_umount for WebUI stats on dmesg instead of logs
- Remove the webroot folder if SUSFS is not supported in the kernel
SUSFS Version specific
- v1.5.2: update susfs userspace tool
- v1.5.2: HOTFIX: fix su inaccessible or not found when using mode 1 (Thanks @etnperlong)
v1.5.2/v1.4.2 Revision 10
- v1.5.2/v1.4.2: change again the module status check from
'susfs_init'
to'susfs:'
- v1.5.2: Fix sus_su installation
- v1.4.2: Change update zip download location to ksu_module_susfs_1.4.2.zip
v1.5.2/v1.4.2 Revision 9
- WebUI: Introduce Custom Settings page
This includes:- Hide custom ROM paths
- Hide Gapps
- Hide Revanced (Youtube/Youtube Music)
- Spoof CMDLINE (v1.5.2 only)
- Hide KSU Loops
- Force Hide LSPosed Mounts (or Hide LSPosed Mounts in v1.4.2)
- Custom SUS Paths
- Custom SUS Mounts
- WebUI: Add @backslashxx @rifsxd to credits page
- WebUI: White Mode
- Scripts: Complete rework to provide more customizability of sus_path and sus_mounts to WebUI (Big thanks to @backslashxx)
- The settings are in /data/adb/susfs4ksu
- Scripts: Improve logging for WebUI stats
- If the stats don't show in WebUI it could be your logd are disabled or there is a low log buffer size in the kernel
- If the WebUI Stats finds no susfs paths and mounts inside the main susfs.log, it will fall off to susfs1.log which logs for susfs paths/mounts executed from the boot scripts.
- v1.5.2: Implement dynamic install of ksu_susfs bins for gki and non-gki
- v1.5.2: Introduce Spoof CMDLINE (experimental)
- v1.5.2: Use auto susfs hide by default by removing susfs mounts in the script and sus_path.txt
- Hide custom rom, gapps, cmdline, and force LSPosed are off by default (v1.4.2 hide LSPosed is on)
v1.5.2/v1.4.2 Revision 8
- Introducing SUSFS WebUI 1.5.2
- SUS_PATH, SUS_MOUNT, and TRY_UMOUNT Stats
- SUSFS Logs toggle
- SUS SU modes (0,1,2)
- SUS SU modes on boot (1,2)
- Spoof Kernel Version
- Introducing SUSFS WebUI 1.4.2
- SUS_PATH, SUS_MOUNT, and TRY_UMOUNT Stats
- SUSFS Logs toggle
- SUS SU toggle
- SUS SU on boot toggle
- Spoof Kernel Version
- Move addon.d and install-recovery.sh sus_path to post-fs-data.sh
- Remove comment on susfs enable log and make susfslogs.txt
- Change to 'susfs:' string on susfs detection
v1.4.2 Revision 7
- Hide lineage vendor sepolicy traces (thanks @backslashxx)
- Hide Custom ROM-related paths
- Hide Gapps related paths
- Move addon.d and install-recovery.sh sus_path to boot-completed.sh
- Reduce false positives on module status description (scans "susfs:" string in the dmesg)
Note: If you updated R7 a couple of hours ago and it detects a wrong status, try downloading it here again first and installing it.
v1.4.2 Revision 6
- Move hide sus loopdev paths to service.sh