Searched refs:map_ns (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Duser_namespace.c872 * @map_ns: user namespace of the target process
882 struct user_namespace *map_ns,
903 if (map_ns == file_ns) {
916 if (!file_ns_capable(file, map_ns->parent, CAP_SETFCAP))
930 struct user_namespace *map_ns = seq->private; local
977 if (cap_valid(cap_setid) && !file_ns_capable(file, map_ns, CAP_SYS_ADMIN))
1047 if (!new_idmap_permitted(file, map_ns, cap_setid, &new_map))
881 verify_root_map(const struct file *file, struct user_namespace *map_ns, struct uid_gid_map *new_map) argument

Completed in 109 milliseconds