kernel: add a helper to get an owning user namespace for a namespace
Return -EPERM if an owning user namespace is outside of a process current user namespace. v2: In a first version ns_get_owner returned ENOENT for init_user_ns. This special cases was removed from this version. There is nothing outside of init_user_ns, so we can return EPERM. v3: rename ns->get_owner() to ns->owner(). get_* usually means that it grabs a reference. Acked-by:Serge Hallyn <serge@hallyn.com> Signed-off-by:
Andrei Vagin <avagin@openvz.org> Signed-off-by:
Eric W. Biederman <ebiederm@xmission.com>
Showing
- fs/namespace.c 6 additions, 0 deletionsfs/namespace.c
- include/linux/proc_ns.h 1 addition, 0 deletionsinclude/linux/proc_ns.h
- include/linux/user_namespace.h 7 additions, 0 deletionsinclude/linux/user_namespace.h
- ipc/namespace.c 6 additions, 0 deletionsipc/namespace.c
- kernel/cgroup.c 6 additions, 0 deletionskernel/cgroup.c
- kernel/pid_namespace.c 6 additions, 0 deletionskernel/pid_namespace.c
- kernel/user_namespace.c 24 additions, 0 deletionskernel/user_namespace.c
- kernel/utsname.c 6 additions, 0 deletionskernel/utsname.c
- net/core/net_namespace.c 6 additions, 0 deletionsnet/core/net_namespace.c
Please register or sign in to comment