aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+20
2011-01-07fs: rcu-walk for path lookupGravatar Nick Piggin 1-0/+9
2011-01-07fs: dcache rationalise dget variantsGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-4/+0
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-2/+10
2011-01-07fs: dcache scale d_unhashedGravatar Nick Piggin 1-0/+1
2011-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 4-21/+20
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.Gravatar David S. Miller 4-15/+14
2011-01-03ima: fix add LSM rule bugGravatar Mimi Zohar 1-0/+2
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 6-35/+10
2010-12-23KEYS: Don't call up_write() if __key_link_begin() returns an errorGravatar David Howells 1-1/+0
2010-11-23SELinux: indicate fatal error in compat netfilter codeGravatar Eric Paris 1-2/+2
2010-11-23SELinux: Only return netlink error when we know the return is fatalGravatar Eric Paris 1-4/+4
2010-11-17SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorGravatar Eric Paris 1-8/+8
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureGravatar Eric Paris 5-34/+10
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-3/+5
2010-11-12Restrict unprivileged access to kernel syslogGravatar Dan Rosenberg 2-0/+14
2010-11-11APPARMOR: Fix memory leak of apparmor_init()Gravatar wzt.wzt@gmail.com 1-2/+4
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()Gravatar wzt.wzt@gmail.com 1-1/+1
2010-10-29convert get_sb_single() usersGravatar Al Viro 3-16/+13
2010-10-28Fix install_process_keyring error handlingGravatar Andi Kleen 1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-4/+2
2010-10-26Merge branch 'ima-memory-use-fixes'Gravatar Linus Torvalds 5-177/+195
2010-10-26IMA: fix the ToMToU logicGravatar Eric Paris 1-5/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteGravatar Eric Paris 2-5/+12
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededGravatar Eric Paris 3-30/+19
2010-10-26IMA: only allocate iint when neededGravatar Eric Paris 2-39/+65
2010-10-26IMA: move read counter into struct inodeGravatar Eric Paris 4-34/+17
2010-10-26IMA: use i_writecount rather than a private counterGravatar Eric Paris 3-17/+6
2010-10-26IMA: use inode->i_lock to protect read and write countersGravatar Eric Paris 2-34/+24
2010-10-26IMA: convert internal flags from long to charGravatar Eric Paris 1-2/+2
2010-10-26IMA: use unsigned int instead of long for countersGravatar Eric Paris 3-9/+14
2010-10-26IMA: drop the inode opencount since it isn't needed for operationGravatar Eric Paris 3-14/+3
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheGravatar Eric Paris 2-36/+75
2010-10-25fs: take dcache_lock inside __d_pathGravatar Christoph Hellwig 2-4/+0
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 2-0/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 3-3/+12
2010-10-21selinux: include vmalloc.h for vmalloc_userGravatar Stephen Rothwell 1-0/+1
2010-10-21selinux: implement mmap on /selinux/policyGravatar Eric Paris 2-1/+45
2010-10-21SELinux: allow userspace to read policy back out of the kernelGravatar Eric Paris 12-3/+1256
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEGravatar Eric Paris 2-3/+2
2010-10-21SELinux: deterministic ordering of range transition rulesGravatar Eric Paris 1-3/+13
2010-10-21security: secid_to_secctx returns len when data is NULLGravatar Eric Paris 2-3/+11
2010-10-21secmark: make secmark object handling genericGravatar Eric Paris 5-50/+59
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itGravatar John Johansen 1-1/+3
2010-10-21TOMOYO: Print URL information before panic().Gravatar Tetsuo Handa 1-1/+10
2010-10-21security: remove unused parameter from security_task_setscheduler()Gravatar KOSAKI Motohiro 4-12/+7
2010-10-21selinux: fix up style problem on /selinux/statusGravatar KaiGai Kohei 2-11/+7
2010-10-21selinux: change to new flag variableGravatar matt mooney 1-1/+1
2010-10-21selinux: really fix dependency causing parallel compile failure.Gravatar Paul Gortmaker 2-20/+6