summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler-54/+176
2010-11-30SELinux: merge policydb_index_classes and policydb_index_othersEric Paris-59/+10
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris-68/+127
2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris-13/+34
2010-11-30SELinux: do not set automatic i_ino in selinuxfsEric Paris-1/+0
2010-11-30selinux: rework security_netlbl_secattr_to_sidEric Paris-21/+21
2010-11-30SELinux: standardize return code handling in selinuxfs.cEric Paris-171/+157
2010-11-30SELinux: standardize return code handling in selinuxfs.cEric Paris-337/+311
2010-11-30SELinux: standardize return code handling in policydb.cEric Paris-287/+268
2010-11-30keys: add missing include file for trusted and encrypted keysMimi Zohar-0/+2
2010-11-29Smack: UDS revisionCasey Schaufler-43/+63
2010-11-29keys: add new key-type encryptedMimi Zohar-0/+980
2010-11-29keys: add new trusted key-typeMimi Zohar-0/+1301
2010-11-29security: Define CAP_SYSLOGSerge E. Hallyn-1/+1
2010-11-23SELinux: indicate fatal error in compat netfilter codeEric Paris-2/+2
2010-11-23SELinux: Only return netlink error when we know the return is fatalEric Paris-4/+4
2010-11-17SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris-8/+8
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris-34/+10
2010-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-3/+5
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg-0/+14
2010-11-11APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com-2/+4
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-29convert get_sb_single() usersAl Viro-16/+13
2010-10-28Fix install_process_keyring error handlingAndi Kleen-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+2
2010-10-26Merge branch 'ima-memory-use-fixes'Linus Torvalds-177/+195
2010-10-26IMA: fix the ToMToU logicEric Paris-5/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris-5/+12
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris-30/+19
2010-10-26IMA: only allocate iint when neededEric Paris-39/+65
2010-10-26IMA: move read counter into struct inodeEric Paris-34/+17
2010-10-26IMA: use i_writecount rather than a private counterEric Paris-17/+6
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris-34/+24
2010-10-26IMA: convert internal flags from long to charEric Paris-2/+2
2010-10-26IMA: use unsigned int instead of long for countersEric Paris-9/+14
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris-14/+3
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris-36/+75
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig-4/+0
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig-0/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-3/+12
2010-10-21selinux: include vmalloc.h for vmalloc_userStephen Rothwell-0/+1
2010-10-21selinux: implement mmap on /selinux/policyEric Paris-1/+45
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris-3/+1256
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris-3/+2
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris-3/+13
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris-3/+11
2010-10-21secmark: make secmark object handling genericEric Paris-50/+59
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen-1/+3
2010-10-21TOMOYO: Print URL information before panic().Tetsuo Handa-1/+10