aboutsummaryrefslogtreecommitdiff
path: root/security/integrity
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-07IMA: update ima_counts_putGravatar Mimi Zohar 1-1/+5
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+4
2009-08-27IMA: iint put in ima_counts_get and putGravatar Eric Paris 1-0/+4
2009-08-24ima: hashing large files bug fixGravatar Mimi Zohar 1-2/+4
2009-06-29integrity: add ima_counts_put (updated)Gravatar Mimi Zohar 1-1/+28
2009-06-29integrity: ima audit hash_exists fixGravatar Mimi Zohar 1-1/+2
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 7-86/+98
2009-06-05integrity: ima audit dentry_open failureGravatar Mimi Zohar 1-4/+9
2009-05-22integrity: path_check updateGravatar Mimi Zohar 1-19/+29
2009-05-22IMA: Add __init notation to ima functionsGravatar Eric Paris 5-7/+7
2009-05-22IMA: Minimal IMA policy and boot param for TCB IMA policyGravatar Eric Paris 1-3/+27
2009-05-19SELinux: move SELINUX_MAGIC into magic.hGravatar Eric Paris 1-5/+3
2009-05-15IMA: do not measure everything opened by root by defaultGravatar Eric Paris 1-2/+0
2009-05-15IMA: remove read permissions on the ima policy fileGravatar Eric Paris 1-1/+5
2009-05-12IMA: open all files O_LARGEFILEGravatar Eric Paris 1-1/+2
2009-05-12IMA: Handle dentry_open failuresGravatar Eric Paris 1-4/+6
2009-05-12IMA: use current_cred() instead of current->credGravatar Eric Paris 2-2/+2
2009-05-06integrity: remove __setup auditing msgsGravatar Mimi Zohar 2-25/+4