aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2011-09-09integrity: sparse fix: move iint_initialized to integrity.hJames Morris
2011-09-09TOMOYO: Fix incorrect enforce mode.Tetsuo Handa
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedDavid Howells
2011-08-23KEYS: The dead key link reaper should be non-reentrantDavid Howells
2011-08-23KEYS: Make the key reaper non-reentrantDavid Howells
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileDavid Howells
2011-08-23KEYS: __key_link() should use the RCU deref wrapper for keyring payloadsDavid Howells
2011-08-23KEYS: keyctl_get_keyring_ID() should create a session keyring if create flag setDavid Howells
2011-08-23KEYS: If install_session_keyring() is given a keyring, it should install itDavid Howells
2011-08-18evm: add Kconfig TCG_TPM dependencyMimi Zohar
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov
2011-08-16capabilities: initialize has_capSerge Hallyn
2011-08-12capabilities: do not grant full privs for setuid w/ file caps + no effective ...Zhi Li
2011-08-11evm: fix evm_inode_init_security return codeMimi Zohar
2011-08-09EVM: ensure trusted and encypted key symbols are available to EVMJames Morris
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26ima: fmode_t misspelled as mode_t...Al Viro
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24VFS : mount lock scalability for internal mountsTim Chen
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-20security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan
2011-07-20security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan
2011-07-20security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan
2011-07-20get rid of pointless checks for dentry->sb == NULLAl Viro
2011-07-20->permission() sanitizing: don't pass flags to exec_permission()Al Viro
2011-07-20selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro
2011-07-18evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar
2011-07-18evm: permit only valid security.evm xattrs to be updatedMimi Zohar
2011-07-18evm: replace hmac_status with evm_statusDmitry Kasatkin
2011-07-18evm: evm_verify_hmac must not return INTEGRITY_UNKNOWNDmitry Kasatkin
2011-07-18evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin
2011-07-18evm: crypto hash replaced by shashDmitry Kasatkin
2011-07-18evm: call evm_inode_init_security from security_inode_init_securityMimi Zohar
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar
2011-07-18security: imbed evm calls in security hooksMimi Zohar
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin
2011-07-18evm: re-releaseMimi Zohar
2011-07-18integrity: move ima inode integrity data managementMimi Zohar
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa