summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
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-11TOMOYO: Enable conditional ACL.Tetsuo Handa
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using owner/group etc. of file objects as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa
2011-07-08TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa
2011-07-01TOMOYO: Fix wrong domainname in tomoyo_init_log().Tetsuo Handa
2011-06-30TOMOYO: Cleanup header file.Tetsuo Handa
2011-06-30TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa
2011-06-30Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris
2011-06-30Merge branch 'linus' into nextJames Morris
2011-06-29AppArmor: Fix masking of capabilities in complain modeJohn Johansen
2011-06-29AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen
2011-06-29TOMOYO: Make several options configurable.Tetsuo Handa
2011-06-29TOMOYO: Add built-in policy support.Tetsuo Handa
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa
2011-06-29TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa
2011-06-29TOMOYO: Simplify profile structure.Tetsuo Handa
2011-06-29TOMOYO: Rename directives.Tetsuo Handa
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa
2011-06-27encrypted-keys: add ecryptfs format supportRoberto Sassu
2011-06-27encrypted-keys: add key format supportRoberto Sassu
2011-06-27encrypted-keys: added additional debug messagesRoberto Sassu
2011-06-27encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu
2011-06-27encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu
2011-06-21KEYS: Fix error handling in construct_key_and_link()David Howells
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-20devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro