aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-71/+71
2009-08-14SELinux: add selinux_kernel_module_requestEric Paris1-0/+6
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-1/+1
2009-08-06SELinux: call cap_file_mmap in selinux_file_mmapEric Paris1-1/+13
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov1-1/+1
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris1-71/+71
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu1-71/+71
2009-06-25selinux: clean up avc node cache when disabling selinuxThomas Liu1-0/+3
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-3/+3
2009-06-23selinux: restore optimization to selinux_file_permissionStephen Smalley1-5/+10
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-16/+8
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-05-08Merge branch 'master' into nextJames Morris1-1/+1
2009-05-05selinux: Fix send_sigiotask hookStephen Smalley1-1/+1
2009-04-30selinux: selinux_bprm_committed_creds() should wake up ->real_parent, not ->parent.Oleg Nesterov1-8/+3
2009-04-30SELinux: Don't flush inherited SIGKILL during execve()David Howells1-4/+5
2009-04-30SELinux: drop secondary_ops->sysctlEric Paris1-4/+0
2009-03-28selinux: Remove the "compat_net" compatibility codePaul Moore1-146/+7
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-39/+15
2009-03-10SELinux: inode_doinit_with_dentry drop no dentry printkEric Paris1-3/+9
2009-03-06SELinux: open perm for sock filesEric Paris1-0/+2
2009-02-14SELinux: NULL terminate al contexts from diskEric Paris1-2/+4
2009-02-14SELinux: better printk when file with invalid label foundEric Paris1-4/+13
2009-02-14SELinux: call capabilities code directoryEric Paris1-17/+13
2009-02-02selinux: remove hooks which simply defer to capabilitiesJames Morris1-58/+10
2009-01-30selinux: remove secondary ops call to shm_shmatJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to unix_stream_connectJames Morris1-4/+0
2009-01-30selinux: remove secondary ops call to task_killJames Morris1-4/+0
2009-01-30selinux: remove secondary ops call to task_setrlimitJames Morris1-5/+0
2009-01-30selinux: remove unused cred_commit hookJames Morris1-9/+0
2009-01-30selinux: remove secondary ops call to task_createJames Morris1-6/+0
2009-01-30selinux: remove secondary ops call to file_mprotectJames Morris1-6/+1
2009-01-30selinux: remove secondary ops call to inode_setattrJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to inode_permissionJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to inode_follow_linkJames Morris1-4/+0
2009-01-30selinux: remove secondary ops call to inode_mknodJames Morris1-6/+0
2009-01-30selinux: remove secondary ops call to inode_unlinkJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to inode_linkJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to sb_umountJames Morris1-5/+0
2009-01-30selinux: remove secondary ops call to sb_mountJames Morris1-5/+0
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