Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / security / selinux / hooks.c
2009-05-04 Stephen Smalleyselinux: Fix send_sigiotask hook
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
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-27 Alexey Dobriyanselinux: use nf_register_hooks()
2008-07-26 Roland McGrathtracehook: tracehook_tracer_task
2008-07-15 James MorrisRevert "SELinux: allow fstype unknown to policy to...
2008-07-14 James Morrissecurity: remove register_security hook
2008-07-14 Miklos Szeredisecurity: remove unused sb_get_mnt_opts hook
2008-07-14 Eric ParisLSM/SELinux: show LSM mount options in /proc/mounts
2008-07-14 Eric ParisSELinux: allow fstype unknown to policy to use xattrs...
2008-07-14 James MorrisSELinux: use do_each_thread as a proper do/while block
2008-07-14 James MorrisSELinux: remove unused and shadowed addrlen variable
2008-07-14 Stephen Smalleyselinux: simplify ioctl checking
2008-07-14 Stephen SmalleySELinux: enable processes with mac_admin to get the...
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-07-14 Eric ParisSELinux: keep the code clean formating and syntax
2008-07-14 Stephen Smalleyselinux: support deferred mapping of contexts
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David Howellskeys: don't generate user and user session keyrings...
next