frida: update selinux patching function name

Fixes https://github.com/termux/termux-root-packages/issues/237.
This commit is contained in:
Henrik Grimler 2021-05-13 08:15:48 +02:00 committed by Yaksh Bariya
parent bedd5b6087
commit 70e004768b
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -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;