HuskyDG / magisk-files

1.86k stars 78 forks source link

Magisk Module: MagiskTrustUserCerts Not Executing Correctly on Magisk Kitsune #147

Closed potatoescatsdogs closed 4 days ago

potatoescatsdogs commented 6 days ago

Device: Pixel 6A Android version: Android 12 Magisk version name: Kitsune Mask Magisk version code: R65C33E4F-kitsune (27001)

The module is unable to run successfully even though the logs shows that the module post-fs-data.sh is executed. I believe the module might need to be adjusted but im unsure where the issue is.

Can someone assist?

The post-fs-data.sh:

!/system/bin/sh

MODDIR=${0%/*}

mkdir -p $MODDIR/system/etc/security/cacerts rm $MODDIR/system/etc/security/cacerts/ cp -f /data/misc/user/0/cacerts-added/ $MODDIR/system/etc/security/cacerts/