aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-30selinux: remove secondary ops call to bprm_committed_credsJames Morris1-2/+0
2009-01-30selinux: remove secondary ops call to bprm_committing_credsJames Morris1-2/+0
2009-01-30selinux: remove unused bprm_check_security hookJames Morris1-6/+0
2009-01-19SELinux: Unify context mount and genfs behaviorDavid P. Quigley1-4/+4
2009-01-19SELinux: Add new security mount option to indicate security label support.David P. Quigley1-5/+34
2009-01-19SELinux: Condense super block security structure flags and cleanup necessary code.David P. Quigley1-20/+18
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells1-6/+10
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-20/+6
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-6/+20
2008-12-31selinux: Deprecate and schedule the removal of the the compat_net functionalityPaul Moore1-3/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+2
2008-12-20SELinux: don't check permissions for kernel mountsJames Morris1-0/+4
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris1-1/+1
2008-12-20SELinux: correctly detect proc filesystems of the form "proc/foo"Stephen Smalley1-1/+1
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells1-0/+46
2008-11-14CRED: Differentiate objective and effective subjective credentials on a taskDavid Howells1-24/+41
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-165/+118
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-146/+140
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-6/+9
2008-11-14CRED: Make inode_has_perm() and file_has_perm() take a cred pointerDavid Howells1-48/+92
2008-11-14CRED: Wrap access to SELinux's task SIDDavid Howells1-194/+218
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-17/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells1-57/+59
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksDavid Howells1-4/+6
2008-11-14CRED: Neuter sys_capset()David Howells1-5/+5
2008-11-11Currently SELinux jumps through some ugly hoops to not audit a capbilityEric Paris1-17/+2
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris1-7/+13
2008-11-09SELinux: Use unknown perm handling to handle unknown netlink msg typesEric Paris1-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2008-11-06Merge branch 'master' into nextJames Morris1-13/+9
2008-11-05SELinux: hold tasklist_lock and siglock while waking wait_chldexitEric Paris1-0/+7
2008-11-01SELinux: properly handle empty tty_files listEric Paris1-3/+5
2008-10-31SELinux: check open perms in dentry_open not inode_permissionEric Paris1-29/+30
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-2/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-93/+212
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-60/+169
2008-10-13tty: Redo current tty lockingAlan Cox1-2/+0
2008-10-13tty: Make get_current_tty use a krefAlan Cox1-1/+2
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into nextJames Morris1-60/+169
2008-10-10selinux: Cache NetLabel secattrs in the socket's security structPaul Moore1-0/+1
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-5/+6
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-1/+49
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore1-4/+15
2008-10-10selinux: Better local/forward check in selinux_ip_postroute()Paul Moore1-45/+81
2008-10-10selinux: Correctly handle IPv4 packets on IPv6 sockets in all casesPaul Moore1-5/+17
2008-09-30selinux: use default proc sid on symlinksStephen Smalley1-1/+1
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-7/+2
2008-08-29SELinux: add boundary support and thread context assignmentKaiGai Kohei1-3/+12
2008-08-28Merge branch 'master' into nextJames Morris1-7/+18