Home
last modified time | relevance | path

Searched refs:nsrootid (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/security/
Dcommoncap.c544 uid_t nsrootid; in cap_convert_nscap() local
568 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap()
569 if (nsrootid == -1) in cap_convert_nscap()
576 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap()