aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-05ima: audit is compiled only when enabledDmitry Kasatkin4-5/+13
2012-07-05ima: ima_initialized is set only if successfulDmitry Kasatkin1-1/+2
2012-07-05ima: add policy for pseudo fsDmitry Kasatkin1-0/+2
2012-07-02ima: remove unused cleanup functionsDmitry Kasatkin3-20/+0
2012-07-02ima: free securityfs violations fileDmitry Kasatkin1-0/+1
2012-07-02ima: use full pathnames in measurement listMimi Zohar2-7/+39
2012-05-16ima: fix filename hint to reflect script interpreter nameMimi Zohar1-1/+3
2012-02-28security: fix ima kconfig warningRandy Dunlap1-1/+1
2012-02-16IMA: fix audit res field to indicate 1 for success and 0 for failureEric Paris2-2/+2
2012-02-09Merge branch 'next-queue' into nextJames Morris2-1/+2
2012-01-19ima: policy for RAMFSDmitry Kasatkin1-0/+1
2012-01-19ima: fix Kconfig dependenciesFabio Estevam1-1/+1
2012-01-19ima: fix cred sparse warningMimi Zohar1-1/+2
2012-01-17audit: treat s_id as an untrusted stringKees Cook1-3/+5
2011-12-19ima: fix invalid memory referenceRoberto Sassu1-5/+11
2011-12-19ima: free duplicate measurement memoryRoberto Sassu2-2/+3
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-1/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro1-1/+1
2011-09-09ima: sparse fix: include linux/ima.h in ima_main.cJames Morris1-0/+1
2011-09-09ima: sparse fix: make ima_open_policy staticJames Morris1-1/+1
2011-09-09integrity: sparse fix: move iint_initialized to integrity.hJames Morris1-1/+0
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris6-199/+21
2011-07-26ima: fmode_t misspelled as mode_t...Al Viro1-1/+1
2011-07-18integrity: move ima inode integrity data managementMimi Zohar6-199/+21
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar3-15/+7
2011-02-10IMA: remove IMA imbalance checkingMimi Zohar2-104/+4
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar2-19/+8
2011-02-10IMA: convert i_readcount to atomicMimi Zohar2-8/+10
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