aboutsummaryrefslogtreecommitdiff
path: root/security/integrity
AgeCommit message (Expand)AuthorFilesLines
2011-02-23ima: remove unnecessary call to ima_must_measureGravatar Mimi Zohar 3-15/+7
2011-02-10IMA: remove IMA imbalance checkingGravatar Mimi Zohar 2-104/+4
2011-02-10IMA: maintain i_readcount in the VFS layerGravatar Mimi Zohar 2-19/+8
2011-02-10IMA: convert i_readcount to atomicGravatar Mimi Zohar 2-8/+10
2011-01-03ima: fix add LSM rule bugGravatar Mimi Zohar 1-0/+2
2010-10-26IMA: fix the ToMToU logicGravatar Eric Paris 1-5/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteGravatar Eric Paris 2-5/+12
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededGravatar Eric Paris 3-30/+19
2010-10-26IMA: only allocate iint when neededGravatar Eric Paris 1-30/+64
2010-10-26IMA: move read counter into struct inodeGravatar Eric Paris 4-34/+17
2010-10-26IMA: use i_writecount rather than a private counterGravatar Eric Paris 3-17/+6
2010-10-26IMA: use inode->i_lock to protect read and write countersGravatar Eric Paris 2-34/+24
2010-10-26IMA: convert internal flags from long to charGravatar Eric Paris 1-2/+2
2010-10-26IMA: use unsigned int instead of long for countersGravatar Eric Paris 3-9/+14
2010-10-26IMA: drop the inode opencount since it isn't needed for operationGravatar Eric Paris 3-14/+3
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheGravatar Eric Paris 2-36/+75
2010-09-08ima: always maintain countersGravatar Mimi Zohar 3-4/+9
2010-08-02ima: use generic_file_llseek for securityfsGravatar Arnd Bergmann 1-3/+6
2010-05-21kref: remove kref_setGravatar NeilBrown 1-2/+2
2010-05-17ima: remove ACPI dependencyGravatar Mimi Zohar 1-3/+2
2010-05-07Revert "ima: remove ACPI dependency"Gravatar James Morris 1-2/+3
2010-05-06Merge branch 'master' into nextGravatar James Morris 9-0/+9
2010-05-05ima: remove ACPI dependencyGravatar Mimi Zohar 1-3/+2
2010-04-23IMA: include the word IMA in printk messagesGravatar Eric Paris 3-5/+5
2010-04-21IMA: drop the word integrity in the audit messageGravatar Eric Paris 1-1/+1
2010-04-21IMA: use audit_log_untrusted_string rather than %sGravatar Eric Paris 1-13/+20
2010-04-21IMA: handle comments in policyGravatar Eric Paris 1-7/+14
2010-04-21IMA: handle whitespace betterGravatar Eric Paris 1-3/+3
2010-04-21IMA: reject policies with unknown entriesGravatar Eric Paris 1-0/+1
2010-04-21IMA: set entry->action to UNKNOWN rather than hard codingGravatar Eric Paris 1-1/+1
2010-04-21IMA: do not allow the same rule to specify the same thing twiceGravatar Eric Paris 1-1/+33
2010-04-21ima: handle multiple rules per writeGravatar Eric Paris 3-26/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 9-0/+9
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__Gravatar H Hartley Sweeten 2-4/+4
2010-02-25security: fix error return path in ima_inode_allocGravatar Xiaotian Feng 1-2/+1
2010-02-07ima: rename PATH_CHECK to FILE_CHECKGravatar Mimi Zohar 4-8/+11
2010-02-07ima: rename ima_path_check to ima_file_checkGravatar Mimi Zohar 1-3/+3
2010-02-07ima: initialize ima before inodes can be allocatedGravatar Eric Paris 3-8/+3
2010-02-07fix ima breakageGravatar Mimi Zohar 1-144/+92
2009-12-16ima: limit imbalance msgGravatar Mimi Zohar 1-9/+53
2009-12-16Untangling ima mess, part 3: kill dead code in imaGravatar Al Viro 1-48/+4
2009-12-16ima: call ima_inode_free ima_inode_freeGravatar Eric Paris 2-5/+2
2009-12-16IMA: clean up the IMA counts updating codeGravatar Eric Paris 2-49/+70
2009-12-16ima: only insert at inode creation timeGravatar Eric Paris 3-66/+14
2009-12-16ima: valid return code from ima_inode_allocGravatar Eric Paris 1-3/+1
2009-12-03Merge branch 'master' into nextGravatar James Morris 2-7/+7
2009-11-19ima: replace GFP_KERNEL with GFP_NOFSGravatar Mimi Zohar 1-2/+2
2009-10-25LSM: imbed ima calls in the security hooksGravatar Mimi Zohar 1-0/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-5/+5
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-2/+2