aboutsummaryrefslogtreecommitdiff
path: root/security/integrity
AgeCommit message (Expand)Author
2010-09-08ima: always maintain countersMimi Zohar
2010-08-02ima: use generic_file_llseek for securityfsArnd Bergmann
2010-05-21kref: remove kref_setNeilBrown
2010-05-17ima: remove ACPI dependencyMimi Zohar
2010-05-07Revert "ima: remove ACPI dependency"James Morris
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-05ima: remove ACPI dependencyMimi Zohar
2010-04-23IMA: include the word IMA in printk messagesEric Paris
2010-04-21IMA: drop the word integrity in the audit messageEric Paris
2010-04-21IMA: use audit_log_untrusted_string rather than %sEric Paris
2010-04-21IMA: handle comments in policyEric Paris
2010-04-21IMA: handle whitespace betterEric Paris
2010-04-21IMA: reject policies with unknown entriesEric Paris
2010-04-21IMA: set entry->action to UNKNOWN rather than hard codingEric Paris
2010-04-21IMA: do not allow the same rule to specify the same thing twiceEric Paris
2010-04-21ima: handle multiple rules per writeEric Paris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris
2010-02-07fix ima breakageMimi Zohar
2009-12-16ima: limit imbalance msgMimi Zohar
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris
2009-12-16IMA: clean up the IMA counts updating codeEric Paris
2009-12-16ima: only insert at inode creation timeEric Paris
2009-12-16ima: valid return code from ima_inode_allocEric Paris
2009-12-03Merge branch 'master' into nextJames Morris
2009-11-19ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-07IMA: update ima_counts_putMimi Zohar
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-08-27IMA: iint put in ima_counts_get and putEric Paris
2009-08-24ima: hashing large files bug fixMimi Zohar
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar
2009-06-29integrity: ima audit hash_exists fixMimi Zohar
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-05integrity: ima audit dentry_open failureMimi Zohar
2009-05-22integrity: path_check updateMimi Zohar
2009-05-22IMA: Add __init notation to ima functionsEric Paris
2009-05-22IMA: Minimal IMA policy and boot param for TCB IMA policyEric Paris
2009-05-19SELinux: move SELINUX_MAGIC into magic.hEric Paris
2009-05-15IMA: do not measure everything opened by root by defaultEric Paris
2009-05-15IMA: remove read permissions on the ima policy fileEric Paris
2009-05-12IMA: open all files O_LARGEFILEEric Paris
2009-05-12IMA: Handle dentry_open failuresEric Paris