Skip to content

Commit 9aeafe2

Browse files
committed
Release 0.4
1 parent 15a620d commit 9aeafe2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
# v0.4
2+
3+
- Changed the way for switch to whitelist mode, due to incompatibility with some ROMs
4+
15
# v0.3
26

37
- Whitelist-based DenyList implementation thanks @HuskyDG
48

59
# v0.2
610

711
- improvement hiding with service.sh from Shamiko
8-
9-
# v0.1
10-
11-
- Initial relase

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ every app in denylist before start unmount magisk, so app can't detect magisk
2323

2424
## Whitelist based
2525

26-
Switch to whilelist: `setprop persist.unmount.white true`
27-
Turn off whilelist: `resetprop --delete persist.unmount.white`
26+
Switch to whilelist: `touch /data/adb/modules/denylist_unmount/whitelist`
27+
Turn off whilelist: `rm /data/adb/modules/denylist_unmount/whitelist`
2828

2929
Only app with granted root access will not have Magisk unmounted.
3030
Whitelist mode might slowed down system, only use if necessary

magisk/module.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=denylist_unmount
22
name=Denylist Unmount
3-
version=v0.3
4-
versionCode=3
3+
version=v0.4
4+
versionCode=4
55
author=mywalkb
66
description=Force unmount of processes in denylist
77
updateJson=https://raw.githubusercontent.com/mywalkb/DenylistUnmount/main/update.json

update.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.3",
3-
"versionCode": 3,
4-
"zipUrl": "https://github.com/mywalkb/DenylistUnmount/releases/download/v0.3/denylist-v0.3.zip",
2+
"version": "v0.4",
3+
"versionCode": 4,
4+
"zipUrl": "https://github.com/mywalkb/DenylistUnmount/releases/download/v0.4/denylist-v0.4.zip",
55
"changelog": "https://raw.githubusercontent.com/mywalkb/DenylistUnmount/main/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)