Skip to content

Instantly share code, notes, and snippets.

@Kr0n0
Created May 16, 2019 05:31
Show Gist options
  • Save Kr0n0/5dd92e143dfb19b7d3bbd3078f28658c to your computer and use it in GitHub Desktop.
Save Kr0n0/5dd92e143dfb19b7d3bbd3078f28658c to your computer and use it in GitHub Desktop.
Magisk SELinux Policy for FRIDA without Permissive Mode
#!/system/xbin/busybox sh
# Enabling Magisk SELinux Policy for using FRIDA without permissive mode
# https://serializethoughts.com/2018/07/23/frida-magisk-and-selinux/
magiskpolicy --live "allow zygote magisk process *"
magiskpolicy --live "allow system_server magisk process *"
magiskpolicy --live "allow radio magisk process *"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment