aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 21-1061/+3611
2011-01-10headers: kobject.h reduxGravatar Alexey Dobriyan 1-0/+1
2011-01-10headers: path.h reduxGravatar Alexey Dobriyan 2-3/+1
2011-01-10Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 10-930/+943
2011-01-10Merge branch 'master' into nextGravatar James Morris 8-28/+42
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-12-16SELinux: define permissions for DCB netlink messagesGravatar Eric Paris 1-0/+2
2010-12-15encrypted-keys: style and other cleanupGravatar Mimi Zohar 2-37/+29
2010-12-15encrypted-keys: verify datablob size before converting to binaryGravatar Mimi Zohar 1-14/+15
2010-12-15trusted-keys: kzalloc and other cleanupGravatar Mimi Zohar 1-18/+16
2010-12-15trusted-keys: additional TSS return code and other error handlingGravatar Mimi Zohar 1-62/+87
2010-12-07Smack: Transmute labels on specified directoriesGravatar Jarkko Sakkinen 4-43/+139
2010-12-07selinux: cache sidtab_context_to_sid resultsGravatar Eric Paris 2-2/+39
2010-12-02SELinux: do not compute transition labels on mountpoint labeled filesystemsGravatar Eric Paris 1-1/+4
2010-12-02This patch adds a new security attribute to Smack calledGravatar Casey Schaufler 4-54/+176
2010-11-30SELinux: merge policydb_index_classes and policydb_index_othersGravatar Eric Paris 1-59/+10
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayGravatar Eric Paris 5-68/+127
2010-11-30selinux: convert type_val_to_struct to flex_arrayGravatar Eric Paris 3-13/+34
2010-11-30SELinux: do not set automatic i_ino in selinuxfsGravatar Eric Paris 1-1/+0
2010-11-30selinux: rework security_netlbl_secattr_to_sidGravatar Eric Paris 1-21/+21
2010-11-30SELinux: standardize return code handling in selinuxfs.cGravatar Eric Paris 1-171/+157
2010-11-30SELinux: standardize return code handling in selinuxfs.cGravatar Eric Paris 1-337/+311
2010-11-30SELinux: standardize return code handling in policydb.cGravatar Eric Paris 1-287/+268
2010-11-30keys: add missing include file for trusted and encrypted keysGravatar Mimi Zohar 2-0/+2
2010-11-29Smack: UDS revisionGravatar Casey Schaufler 1-43/+63
2010-11-29keys: add new key-type encryptedGravatar Mimi Zohar 4-0/+980
2010-11-29keys: add new trusted key-typeGravatar Mimi Zohar 4-0/+1301
2010-11-29security: Define CAP_SYSLOGGravatar Serge E. Hallyn 1-1/+1
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