You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Update main.cpp
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
* postAppSpecialize is after seccomp setup.
|
||||
* So we unshare here to create an app mount namespace.
|
||||
*/
|
||||
if (unshare(CLONE_NEWNS) == -1)
|
||||
if (old_unshare(CLONE_NEWNS) == -1)
|
||||
{
|
||||
LOGE("unshare(CLONE_NEWNS) returned -1: %d (%s)", errno, strerror(errno));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user