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
Misc changes
This commit is contained in:
@@ -39,7 +39,7 @@ int Utils::isUserAppUID(int uid)
|
||||
|
||||
bool Utils::switchMountNS(int pid)
|
||||
{
|
||||
std::string path = std::string("/proc/") + std::to_string(pid) + "/ns/mnt";
|
||||
std::string path = "/proc/" + std::to_string(pid) + "/ns/mnt";
|
||||
int ret, fd;
|
||||
if ((fd = open(path.c_str(), O_RDONLY)) < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user