parent
dc8a748f5b
commit
6829a227c2
@ -0,0 +1,3 @@ |
|||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
vendor/extra/frida:/system/vendor/bin/frida \
|
||||||
|
vendor/extra/frida.sh:/system/vendor/bin/frida.sh
|
@ -0,0 +1,5 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
/system/vendor/bin/frida -l 0.0.0.0:56238 |
||||||
|
|
||||||
|
exit 0 |
@ -0,0 +1,2 @@ |
|||||||
|
/system/vendor/bin/frida u:object_r:frida_exec:s0 |
||||||
|
/system/vendor/bin/frida.sh u:object_r:frida_exec:s0 |
@ -0,0 +1,9 @@ |
|||||||
|
type frida_exec, exec_type, vendor_file_type, file_type; |
||||||
|
type frida, domain; |
||||||
|
|
||||||
|
init_daemon_domain(frida) |
||||||
|
vndbinder_use(frida); |
||||||
|
allow frida { appdomain -isolated_app }:fd use; |
||||||
|
|
||||||
|
permissive frida; |
||||||
|
permissive frida_exec; |
@ -0,0 +1 @@ |
|||||||
|
permissive netd; |
@ -0,0 +1 @@ |
|||||||
|
permissive platform_app; |
@ -0,0 +1 @@ |
|||||||
|
permissive priv_app; |
@ -0,0 +1 @@ |
|||||||
|
permissive system_server; |
@ -0,0 +1 @@ |
|||||||
|
permissive untrusted_app; |
@ -0,0 +1 @@ |
|||||||
|
permissive zygote; |
Loading…
Reference in new issue