Files
sakuradairong 0bde3b0a75 fix: try su -Z u:r:magisk:s0 for SELinux context switch
Magisk 30+ adds -Z flag to switch SELinux context. On this device,
the app's su runs as u:r:untrusted_app:s0 which cannot access other
apps' /data/data/. Switching to u:r:magisk:s0 lifts this restriction.
2026-06-01 21:57:11 +08:00
..