summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2008-11-14CRED: Pass credentials through dentry_open()David Howells-9/+12
2008-11-14CRED: Make inode_has_perm() and file_has_perm() take a cred pointerDavid Howells-48/+92
2008-11-14CRED: Separate per-task-group keyrings from signal_structDavid Howells-80/+54
2008-11-14CRED: Wrap access to SELinux's task SIDDavid Howells-194/+218
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-57/+86
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-29/+32
2008-11-14CRED: Detach the credentials from task_structDavid Howells-35/+33
2008-11-14CRED: Separate task security context from task_structDavid Howells-258/+280
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksDavid Howells-14/+18
2008-11-14CRED: Neuter sys_capset()David Howells-36/+21
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells-111/+187
2008-11-14KEYS: Disperse linux/key_ui.hDavid Howells-1/+33
2008-11-14CRED: Wrap task credential accesses in the capabilities codeDavid Howells-12/+18
2008-11-14CRED: Wrap task credential accesses in the key management codeDavid Howells-8/+8
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+6
2008-11-11Currently SELinux jumps through some ugly hoops to not audit a capbilityEric Paris-17/+2
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris-12/+23
2008-11-11Any time fcaps or a setuid app under SECURE_NOROOT is used to result in aEric Paris-1/+22
2008-11-11This patch add a generic cpu endian caps structure and externally availableEric Paris-58/+71
2008-11-10KEYS: Make request key instantiate the per-user keyringsDavid Howells-1/+6
2008-11-09SELinux: Use unknown perm handling to handle unknown netlink msg typesEric Paris-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-6/+8
2008-11-06file capabilities: add no_file_caps switch (v4)Serge E. Hallyn-0/+3
2008-11-06Merge branch 'master' into nextJames Morris-56/+30
2008-11-06selinux: recognize netlink messages for 'ip addrlabel'Michal Schmidt-0/+3
2008-11-05SELinux: hold tasklist_lock and siglock while waking wait_chldexitEric Paris-0/+7
2008-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-3/+5
2008-11-01file caps: always start with clear bprm->caps_*Serge Hallyn-3/+3
2008-11-01SELinux: properly handle empty tty_files listEric Paris-3/+5
2008-10-31misc: replace NIPQUAD()Harvey Harrison-1/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+9
2008-10-30nfsd: fix vm overcommit crashAlan Cox-0/+9
2008-10-31SELinux: check open perms in dentry_open not inode_permissionEric Paris-29/+30
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison-1/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan-2/+2
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+2
2008-10-20devcgroup: remove spin_lock()Lai Jiangshan-29/+5
2008-10-20devcgroup: remove unused variableLi Zefan-2/+1
2008-10-20devcgroup: use kmemdup()Li Zefan-7/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-257/+1096
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-114/+473
2008-10-13tty: Redo current tty lockingAlan Cox-2/+0
2008-10-13tty: Make get_current_tty use a krefAlan Cox-1/+2
2008-10-13integrity: special fs magicMimi Zohar-2/+1
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris-112/+472
2008-10-10netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Paul Moore-1/+2
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structPaul Moore-39/+91
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore-36/+142