Merge branch 'master' into next
[safe/jmp/linux-2.6] / security / selinux / hooks.c
2009-08-19 James MorrisMerge branch 'master' into next
2009-08-17 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-17 Eric ParisSELinux: call cap_file_mmap in selinux_file_mmap
2009-08-16 Thomas LiuSELinux: Convert avc_audit to use lsm_audit.h
2009-08-14 Eric ParisSELinux: add selinux_kernel_module_request
2009-08-10 James MorrisSELinux: fix memory leakage in /security/selinux/hooks.c
2009-08-05 Eric ParisSecurity/SELinux: seperate lsm specific mmap_min_addr
2009-08-05 Eric ParisSELinux: call cap_file_mmap in selinux_file_mmap
2009-07-16 Oleg Nesterovkernel: rename is_single_threaded(task) to current_is_s...
2009-07-13 James MorrisRevert "SELinux: Convert avc_audit to use lsm_audit.h"
2009-07-12 Thomas LiuSELinux: Convert avc_audit to use lsm_audit.h
2009-06-24 Thomas Liuselinux: clean up avc node cache when disabling selinux
2009-06-24 Ingo Molnarsecurity: rename ptrace_may_access => ptrace_access_check
2009-06-22 Stephen Smalleyselinux: restore optimization to selinux_file_permission
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-08 James MorrisMerge branch 'master' into next
2009-05-04 Stephen Smalleyselinux: Fix send_sigiotask hook
2009-04-29 Oleg Nesterovselinux: selinux_bprm_committed_creds() should wake...
2009-04-29 David HowellsSELinux: Don't flush inherited SIGKILL during execve()
2009-04-29 Eric ParisSELinux: drop secondary_ops->sysctl
2009-03-28 Paul Mooreselinux: Remove the "compat_net" compatibility code
2009-03-28 Paul Moorenetlabel: Label incoming TCP connections correctly...
2009-03-09 Eric ParisSELinux: inode_doinit_with_dentry drop no dentry printk
2009-03-05 Eric ParisSELinux: open perm for sock files
2009-02-13 Eric ParisSELinux: NULL terminate al contexts from disk
2009-02-13 Eric ParisSELinux: better printk when file with invalid label...
2009-02-13 Eric ParisSELinux: call capabilities code directory
2009-02-01 James Morrisselinux: remove hooks which simply defer to capabilities
2009-01-29 James Morrisselinux: remove secondary ops call to shm_shmat
2009-01-29 James Morrisselinux: remove secondary ops call to unix_stream_connect
2009-01-29 James Morrisselinux: remove secondary ops call to task_kill
2009-01-29 James Morrisselinux: remove secondary ops call to task_setrlimit
2009-01-29 James Morrisselinux: remove unused cred_commit hook
2009-01-29 James Morrisselinux: remove secondary ops call to task_create
2009-01-29 James Morrisselinux: remove secondary ops call to file_mprotect
2009-01-29 James Morrisselinux: remove secondary ops call to inode_setattr
2009-01-29 James Morrisselinux: remove secondary ops call to inode_permission
2009-01-29 James Morrisselinux: remove secondary ops call to inode_follow_link
2009-01-29 James Morrisselinux: remove secondary ops call to inode_mknod
2009-01-29 James Morrisselinux: remove secondary ops call to inode_unlink
2009-01-29 James Morrisselinux: remove secondary ops call to inode_link
2009-01-29 James Morrisselinux: remove secondary ops call to sb_umount
2009-01-29 James Morrisselinux: remove secondary ops call to sb_mount
2009-01-29 James Morrisselinux: remove secondary ops call to bprm_committed_creds
2009-01-29 James Morrisselinux: remove secondary ops call to bprm_committing_creds
2009-01-29 James Morrisselinux: remove unused bprm_check_security hook
2009-01-18 David P. QuigleySELinux: Unify context mount and genfs behavior
2009-01-18 David P. QuigleySELinux: Add new security mount option to indicate...
2009-01-18 David P. QuigleySELinux: Condense super block security structure flags...
2009-01-06 David HowellsCRED: Fix regression in cap_capable() as shown up by...
2009-01-06 James MorrisRevert "CRED: Fix regression in cap_capable() as shown...
2009-01-05 David HowellsCRED: Fix regression in cap_capable() as shown up by...
2008-12-31 Paul Mooreselinux: Deprecate and schedule the removal of the...
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-19 James MorrisSELinux: don't check permissions for kernel mounts
2008-12-19 James Morrissecurity: pass mount flags to security_sb_kern_mount()
2008-12-19 Stephen SmalleySELinux: correctly detect proc filesystems of the form...
2008-11-13 David HowellsCRED: Allow kernel services to override LSM settings...
2008-11-13 David HowellsCRED: Differentiate objective and effective subjective...
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Make inode_has_perm() and file_has_perm() take...
2008-11-13 David HowellsCRED: Wrap access to SELinux's task SID
2008-11-13 David HowellsCRED: Detach the credentials from task_struct
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Constify the kernel_cap_t arguments to the capset...
2008-11-13 David HowellsCRED: Neuter sys_capset()
2008-11-11 Eric ParisCurrently SELinux jumps through some ugly hoops to...
2008-11-11 Eric ParisAdd a new capable interface that will be used by system...
2008-11-08 Eric ParisSELinux: Use unknown perm handling to handle unknown...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-05 James MorrisMerge branch 'master' into next
2008-11-04 Eric ParisSELinux: hold tasklist_lock and siglock while waking...
2008-10-31 Eric ParisSELinux: properly handle empty tty_files list
2008-10-30 Eric ParisSELinux: check open perms in dentry_open not inode_perm...
2008-10-28 Alexey Dobriyannet: reduce structures when XFRM=n
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-10-13 Alan Coxtty: Redo current tty locking
2008-10-13 Alan Coxtty: Make get_current_tty use a kref
2008-10-10 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2008-10-10 Paul Mooreselinux: Cache NetLabel secattrs in the socket's securi...
2008-10-10 Paul Mooreselinux: Set socket NetLabel based on connection endpoint
2008-10-10 Paul Moorenetlabel: Add functionality to set the security attribu...
2008-10-10 Paul Mooreselinux: Fix missing calls to netlbl_skbuff_err()
2008-10-10 Paul Mooreselinux: Better local/forward check in selinux_ip_postr...
2008-10-10 Paul Mooreselinux: Correctly handle IPv4 packets on IPv6 sockets...
2008-09-29 Stephen Smalleyselinux: use default proc sid on symlinks
2008-09-14 Frank Mayhartimers: fix itimer/many thread hang
2008-08-28 KaiGai KoheiSELinux: add boundary support and thread context assignment
2008-08-28 James MorrisMerge branch 'master' into next
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-08-05 David HowellsSELinux: Fix a potentially uninitialised variable in...
2008-08-05 Adrian Bunkmake selinux_write_opts() static
2008-07-29 Eric ParisSELinux: /proc/mounts should show what it can
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
next