Home
last modified time | relevance | path

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

/net/
Dsysctl_net.c60 kuid_t ns_root_uid; in net_ctl_set_ownership() local
63 ns_root_uid = make_kuid(net->user_ns, 0); in net_ctl_set_ownership()
64 if (uid_valid(ns_root_uid)) in net_ctl_set_ownership()
65 *uid = ns_root_uid; in net_ctl_set_ownership()