aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2009-01-27smackfs load append mode fixGravatar Casey Schaufler 1-1/+1
2009-01-17security: introduce missing kfreeGravatar Vegard Nossum 1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 27Gravatar Heiko Carstens 1-9/+9
2009-01-08remove lots of double-semicolonsGravatar Fernando Carrijo 1-1/+1
2009-01-08devices cgroup: allow mkfifoGravatar Serge E. Hallyn 1-0/+3
2009-01-08devcgroup: use list_for_each_entry_rcu()Gravatar Lai Jiangshan 1-1/+1
2009-01-07Merge branch 'next' into for-linusGravatar James Morris 13-266/+616
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]Gravatar David Howells 3-25/+46
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...Gravatar James Morris 6-73/+23
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-8/+3
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 2-5/+0
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-3/+3
2009-01-05SELinux: shrink sizeof av_inhert selinux_class_perm and contextGravatar Eric Paris 3-10/+12
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]Gravatar David Howells 6-23/+73
2009-01-05Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...Gravatar James Morris 7-230/+557
2009-01-04audit: validate comparison operations, store them in sane formGravatar Al Viro 2-16/+16
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreGravatar Rusty Russell 1-1/+1
2009-01-01keys: fix sparse warning by adding __user annotation to castGravatar James Morris 1-1/+1
2008-12-31introduce new LSM hooks where vfsmount is available.Gravatar Kentaro Takeda 3-0/+132
2008-12-31smack: Add support for unlabeled network hosts and networksGravatar Casey Schaufler 4-195/+538
2008-12-31selinux: Deprecate and schedule the removal of the the compat_net functionalityGravatar Paul Moore 3-38/+11
2008-12-31netlabel: Update kernel configuration APIGravatar Paul Moore 1-5/+16
2008-12-29KEYS: Fix variable uninitialisation warningsGravatar David Howells 1-3/+3
2008-12-29Merge branch 'next' into for-linusGravatar James Morris 1-4/+16
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-4/+4
2008-12-25smackfs: check for allocation failures in smk_set_access()Gravatar Sergio Luis 1-4/+16
2008-12-20SELinux: don't check permissions for kernel mountsGravatar James Morris 1-0/+4
2008-12-20security: pass mount flags to security_sb_kern_mount()Gravatar James Morris 4-5/+6
2008-12-20SELinux: correctly detect proc filesystems of the form "proc/foo"Gravatar Stephen Smalley 1-1/+1
2008-11-25CRED: fix sparse warningsGravatar Hannes Eder 1-3/+3
2008-11-15capabilities: define get_vfs_caps_from_disk when file caps are not enabledGravatar Eric Paris 1-0/+6
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 4-0/+105
2008-11-14CRED: Add a kernel_service object class to SELinuxGravatar David Howells 4-0/+10
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskGravatar David Howells 1-24/+41
2008-11-14CRED: Prettify commoncap.cGravatar David Howells 1-52/+248
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 8-335/+214
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 14-630/+668
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 3-9/+12
2008-11-14CRED: Make inode_has_perm() and file_has_perm() take a cred pointerGravatar David Howells 1-48/+92
2008-11-14CRED: Separate per-task-group keyrings from signal_structGravatar David Howells 2-80/+54
2008-11-14CRED: Wrap access to SELinux's task SIDGravatar David Howells 1-194/+218
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 5-57/+86
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 8-29/+32
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 4-35/+33
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 13-258/+280
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksGravatar David Howells 3-14/+18
2008-11-14CRED: Neuter sys_capset()Gravatar David Howells 3-36/+21
2008-11-14KEYS: Alter use of key instantiation link-to-keyring argumentGravatar David Howells 5-111/+187