aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar1-1/+28
2009-06-29integrity: ima audit hash_exists fixMimi Zohar1-1/+2
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds7-86/+98
2009-06-05integrity: ima audit dentry_open failureMimi Zohar1-4/+9
2009-05-22integrity: path_check updateMimi Zohar1-19/+29
2009-05-22IMA: Add __init notation to ima functionsEric Paris5-7/+7
2009-05-22IMA: Minimal IMA policy and boot param for TCB IMA policyEric Paris1-3/+27
2009-05-19SELinux: move SELINUX_MAGIC into magic.hEric Paris1-5/+3
2009-05-15IMA: do not measure everything opened by root by defaultEric Paris1-2/+0
2009-05-15IMA: remove read permissions on the ima policy fileEric Paris1-1/+5
2009-05-12IMA: open all files O_LARGEFILEEric Paris1-1/+2
2009-05-12IMA: Handle dentry_open failuresEric Paris1-4/+6
2009-05-12IMA: use current_cred() instead of current->credEric Paris2-2/+2
2009-05-06integrity: remove __setup auditing msgsMimi Zohar2-25/+4
2009-05-06integrity: use audit_log_stringMimi Zohar1-13/+4
2009-05-06integrity: lsm audit rule matching fixMimi Zohar1-4/+4
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko1-2/+2
2009-02-23integrity: ima iint radix_tree_lookup locking fixMimi Zohar1-0/+2
2009-02-21integrity: ima scatterlist bug fixMimi Zohar1-2/+2
2009-02-13ima: fix build errorRandy Dunlap1-2/+2
2009-02-12integrity: audit updateMimi Zohar6-21/+25