Home
last modified time | relevance | path

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

/Linux-v5.4/security/
Dcommoncap.c374 uid_t root, mappedroot; in cap_inode_getsecurity() local
417 mappedroot = from_kuid(current_user_ns(), kroot); in cap_inode_getsecurity()
418 if (mappedroot != (uid_t)-1 && mappedroot != (uid_t)0) { in cap_inode_getsecurity()
421 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity()