add denylist to target on boot

choose "Select from DenyList" in WebUI once to enable this feature
This commit is contained in:
KOWX712
2025-02-06 22:28:56 +08:00
parent ccffd2eaed
commit bb7573f5dd
4 changed files with 31 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ fi
# Remove residue and restore aosp keybox.
rm -rf "/data/adb/modules/.TA_utl"
rm -f "/data/adb/boot_hash"
rm -f "/data/adb/tricky_store/target_from_denylist"
if [ -d "$TS" ]; then
[ -L "$TS/webroot" ] && rm -f "$TS/webroot"
[ -L "$TS/action.sh" ] && rm -f "$TS/action.sh"