CRED: Separate task security context from task_struct
Separate the task security context from task_struct. At this point, the security data is temporarily embedded in the task_struct with two pointers pointing to it. Note that the Alpha arch is altered as it refers to (E)UID and (E)GID in entry.S via asm-offsets. With comment fixes Signed-off-by:Marc Dionne <marc.c.dionne@gmail.com> Signed-off-by:
David Howells <dhowells@redhat.com> Acked-by:
James Morris <jmorris@namei.org> Acked-by:
Serge Hallyn <serue@us.ibm.com> Signed-off-by:
James Morris <jmorris@namei.org>
Showing
- arch/alpha/kernel/asm-offsets.c 7 additions, 4 deletionsarch/alpha/kernel/asm-offsets.c
- arch/alpha/kernel/entry.S 6 additions, 4 deletionsarch/alpha/kernel/entry.S
- arch/ia64/ia32/sys_ia32.c 4 additions, 4 deletionsarch/ia64/ia32/sys_ia32.c
- arch/mips/kernel/kspd.c 2 additions, 2 deletionsarch/mips/kernel/kspd.c
- arch/s390/kernel/compat_linux.c 14 additions, 14 deletionsarch/s390/kernel/compat_linux.c
- drivers/connector/cn_proc.c 4 additions, 4 deletionsdrivers/connector/cn_proc.c
- fs/binfmt_elf.c 6 additions, 6 deletionsfs/binfmt_elf.c
- fs/binfmt_elf_fdpic.c 6 additions, 6 deletionsfs/binfmt_elf_fdpic.c
- fs/exec.c 2 additions, 2 deletionsfs/exec.c
- fs/fcntl.c 2 additions, 2 deletionsfs/fcntl.c
- fs/file_table.c 2 additions, 2 deletionsfs/file_table.c
- fs/fuse/dir.c 6 additions, 6 deletionsfs/fuse/dir.c
- fs/hugetlbfs/inode.c 2 additions, 2 deletionsfs/hugetlbfs/inode.c
- fs/ioprio.c 6 additions, 6 deletionsfs/ioprio.c
- fs/nfsd/auth.c 12 additions, 10 deletionsfs/nfsd/auth.c
- fs/nfsd/nfs4recover.c 6 additions, 6 deletionsfs/nfsd/nfs4recover.c
- fs/nfsd/nfsfh.c 3 additions, 3 deletionsfs/nfsd/nfsfh.c
- fs/open.c 9 additions, 8 deletionsfs/open.c
- fs/proc/array.c 10 additions, 8 deletionsfs/proc/array.c
- fs/proc/base.c 8 additions, 8 deletionsfs/proc/base.c
Loading
Please register or sign in to comment