frida: update selinux patching function name
Fixes https://github.com/termux/termux-root-packages/issues/237.
This commit is contained in:
parent
bedd5b6087
commit
70e004768b
@ -5,7 +5,7 @@
|
||||
PyDeviceManager_init (PyDeviceManager * self, PyObject * args, PyObject * kw)
|
||||
{
|
||||
+ printf ("patching selinux policy\n");
|
||||
+ frida_selinux_apply_policy_patch ();
|
||||
+ frida_selinux_patch_policy ();
|
||||
+
|
||||
if (PyGObjectType.tp_init ((PyObject *) self, args, kw) < 0)
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user