aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]Gravatar David Howells 1-6/+10
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...Gravatar James Morris 1-20/+6
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]Gravatar David Howells 1-6/+20
2008-12-31selinux: Deprecate and schedule the removal of the the compat_net functionalityGravatar Paul Moore 1-3/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-2/+2
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 1-1/+1
2008-12-20SELinux: correctly detect proc filesystems of the form "proc/foo"Gravatar Stephen Smalley 1-1/+1
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 1-0/+46
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskGravatar David Howells 1-24/+41
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-165/+118
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-146/+140
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-6/+9
2008-11-14CRED: Make inode_has_perm() and file_has_perm() take a cred pointerGravatar David Howells 1-48/+92
2008-11-14CRED: Wrap access to SELinux's task SIDGravatar David Howells 1-194/+218
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-17/+15
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-57/+59
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksGravatar David Howells 1-4/+6
2008-11-14CRED: Neuter sys_capset()Gravatar David Howells 1-5/+5
2008-11-11Currently SELinux jumps through some ugly hoops to not audit a capbilityGravatar Eric Paris 1-17/+2
2008-11-11Add a new capable interface that will be used by systems that use audit toGravatar Eric Paris 1-7/+13
2008-11-09SELinux: Use unknown perm handling to handle unknown netlink msg typesGravatar Eric Paris 1-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+5
2008-11-06Merge branch 'master' into nextGravatar James Morris 1-13/+9
2008-11-05SELinux: hold tasklist_lock and siglock while waking wait_chldexitGravatar Eric Paris 1-0/+7
2008-11-01SELinux: properly handle empty tty_files listGravatar Eric Paris 1-3/+5
2008-10-31SELinux: check open perms in dentry_open not inode_permissionGravatar Eric Paris 1-29/+30
2008-10-28net: reduce structures when XFRM=nGravatar Alexey Dobriyan 1-2/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-93/+212
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-60/+169
2008-10-13tty: Redo current tty lockingGravatar Alan Cox 1-2/+0
2008-10-13tty: Make get_current_tty use a krefGravatar Alan Cox 1-1/+2
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...Gravatar James Morris 1-60/+169
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structGravatar Paul Moore 1-0/+1
2008-10-10selinux: Set socket NetLabel based on connection endpointGravatar Paul Moore 1-5/+6
2008-10-10netlabel: Add functionality to set the security attributes of a packetGravatar Paul Moore 1-1/+49
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Gravatar Paul Moore 1-4/+15
2008-10-10selinux: Better local/forward check in selinux_ip_postroute()Gravatar Paul Moore 1-45/+81
2008-10-10selinux: Correctly handle IPv4 packets on IPv6 sockets in all casesGravatar Paul Moore 1-5/+17
2008-09-30selinux: use default proc sid on symlinksGravatar Stephen Smalley 1-1/+1
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-7/+2
2008-08-29SELinux: add boundary support and thread context assignmentGravatar KaiGai Kohei 1-3/+12
2008-08-28Merge branch 'master' into nextGravatar James Morris 1-7/+18
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-7/+18
2008-08-05SELinux: Fix a potentially uninitialised variable in SELinux hooksGravatar David Howells 1-18/+24
2008-08-05make selinux_write_opts() staticGravatar Adrian Bunk 1-1/+2
2008-07-30SELinux: /proc/mounts should show what it canGravatar Eric Paris 1-1/+5
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+2
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-19/+8