Searched refs:nsFd (Results 1 – 1 of 1) sorted by relevance
460 int nsFd; in remountUid() local485 nsFd = -1; in remountUid()532 nsFd = openat(pidFd, "ns/mnt", O_RDONLY); in remountUid()533 if (nsFd < 0) { in remountUid()539 if (setns(nsFd, CLONE_NEWNS) != 0) { in remountUid()589 close(nsFd); in remountUid()