userns: Convert ipc to use kuid and kgid where appropriate
- Store the ipc owner and creator with a kuid
- Store the ipc group and the crators group with a kgid.
- Add error handling to ipc_update_perms, allowing it to
fail if the uids and gids can not be converted to kuids
or kgids.
- Modify the proc files to display the ipc creator and
owner in the user namespace of the opener of the proc file.
Signed-off-by:
Eric W. Biederman <ebiederm@xmission.com>
Showing
- include/linux/ipc.h 5 additions, 4 deletionsinclude/linux/ipc.h
- init/Kconfig 0 additions, 1 deletioninit/Kconfig
- ipc/msg.c 9 additions, 5 deletionsipc/msg.c
- ipc/sem.c 8 additions, 5 deletionsipc/sem.c
- ipc/shm.c 11 additions, 8 deletionsipc/shm.c
- ipc/util.c 21 additions, 14 deletionsipc/util.c
- ipc/util.h 1 addition, 1 deletionipc/util.h
Loading
Please register or sign in to comment