-
- Downloads
userns: Convert group_info values from gid_t to kgid_t.
As a first step to converting struct cred to be all kuid_t and kgid_t values convert the group values stored in group_info to always be kgid_t values. Unless user namespaces are used this change should have no effect. Acked-by:Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by:
Eric W. Biederman <ebiederm@xmission.com>
Showing
- arch/s390/kernel/compat_linux.c 12 additions, 2 deletionsarch/s390/kernel/compat_linux.c
- fs/nfsd/auth.c 3 additions, 2 deletionsfs/nfsd/auth.c
- fs/proc/array.c 4 additions, 1 deletionfs/proc/array.c
- include/linux/cred.h 5 additions, 4 deletionsinclude/linux/cred.h
- kernel/groups.c 25 additions, 23 deletionskernel/groups.c
- kernel/uid16.c 12 additions, 2 deletionskernel/uid16.c
- net/ipv4/ping.c 8 additions, 3 deletionsnet/ipv4/ping.c
- net/sunrpc/auth_generic.c 2 additions, 2 deletionsnet/sunrpc/auth_generic.c
- net/sunrpc/auth_gss/svcauth_gss.c 6 additions, 1 deletionnet/sunrpc/auth_gss/svcauth_gss.c
- net/sunrpc/auth_unix.c 11 additions, 4 deletionsnet/sunrpc/auth_unix.c
- net/sunrpc/svcauth_unix.c 14 additions, 4 deletionsnet/sunrpc/svcauth_unix.c
- security/keys/permission.c 2 additions, 1 deletionsecurity/keys/permission.c
Loading
Please register or sign in to comment