aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-03ima: fix add LSM rule bugMimi Zohar1-0/+2
2010-10-26IMA: fix the ToMToU logicEric Paris1-5/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2-5/+12
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris3-30/+19
2010-10-26IMA: only allocate iint when neededEric Paris1-30/+64
2010-10-26IMA: move read counter into struct inodeEric Paris4-34/+17
2010-10-26IMA: use i_writecount rather than a private counterEric Paris3-17/+6
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris2-34/+24
2010-10-26IMA: convert internal flags from long to charEric Paris1-2/+2
2010-10-26IMA: use unsigned int instead of long for countersEric Paris3-9/+14
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris3-14/+3
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris2-36/+75
2010-09-08ima: always maintain countersMimi Zohar3-4/+9
2010-08-02ima: use generic_file_llseek for securityfsArnd Bergmann1-3/+6
2010-05-21kref: remove kref_setNeilBrown1-2/+2
2010-05-17ima: remove ACPI dependencyMimi Zohar1-3/+2
2010-05-07Revert "ima: remove ACPI dependency"James Morris1-2/+3
2010-05-06Merge branch 'master' into nextJames Morris9-0/+9
2010-05-05ima: remove ACPI dependencyMimi Zohar1-3/+2
2010-04-23IMA: include the word IMA in printk messagesEric Paris3-5/+5
2010-04-21IMA: drop the word integrity in the audit messageEric Paris1-1/+1
2010-04-21IMA: use audit_log_untrusted_string rather than %sEric Paris1-13/+20
2010-04-21IMA: handle comments in policyEric Paris1-7/+14
2010-04-21IMA: handle whitespace betterEric Paris1-3/+3
2010-04-21IMA: reject policies with unknown entriesEric Paris1-0/+1
2010-04-21IMA: set entry->action to UNKNOWN rather than hard codingEric Paris1-1/+1
2010-04-21IMA: do not allow the same rule to specify the same thing twiceEric Paris1-1/+33
2010-04-21ima: handle multiple rules per writeEric Paris3-26/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-0/+9
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2-4/+4
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng1-2/+1
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar4-8/+11
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar1-3/+3
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris3-8/+3
2010-02-07fix ima breakageMimi Zohar1-144/+92
2009-12-16ima: limit imbalance msgMimi Zohar1-9/+53
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-48/+4
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris2-5/+2
2009-12-16IMA: clean up the IMA counts updating codeEric Paris2-49/+70
2009-12-16ima: only insert at inode creation timeEric Paris3-66/+14
2009-12-16ima: valid return code from ima_inode_allocEric Paris1-3/+1
2009-12-03Merge branch 'master' into nextJames Morris2-7/+7
2009-11-19ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar1-2/+2
2009-10-25LSM: imbed ima calls in the security hooksMimi Zohar1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-5/+5
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-09-07IMA: update ima_counts_putMimi Zohar1-1/+5
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+4
2009-08-27IMA: iint put in ima_counts_get and putEric Paris1-0/+4
2009-08-24ima: hashing large files bug fixMimi Zohar1-2/+4