Searched refs:nsFd (Results 1 – 1 of 1) sorted by relevance
516 int nsFd; in remountUid() local535 nsFd = -1; in remountUid()561 nsFd = openat(pidFd, "ns/mnt", O_RDONLY); in remountUid()562 if (nsFd < 0) { in remountUid()568 if (setns(nsFd, CLONE_NEWNS) != 0) { in remountUid()614 close(nsFd); in remountUid()