aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c
Commit message (Expand)AuthorAgeFilesLines
* ima: remove unnecessary call to ima_must_measureMimi Zohar2011-02-231-3/+3
* IMA: remove IMA imbalance checkingMimi Zohar2011-02-101-100/+4
* IMA: maintain i_readcount in the VFS layerMimi Zohar2011-02-101-17/+8
* IMA: convert i_readcount to atomicMimi Zohar2011-02-101-5/+6
* IMA: fix the ToMToU logicEric Paris2010-10-261-5/+6
* IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2010-10-261-0/+1
* IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-261-5/+2
* IMA: only allocate iint when neededEric Paris2010-10-261-30/+64
* IMA: move read counter into struct inodeEric Paris2010-10-261-25/+10
* IMA: use i_writecount rather than a private counterEric Paris2010-10-261-10/+6
* IMA: use inode->i_lock to protect read and write countersEric Paris2010-10-261-34/+23
* IMA: use unsigned int instead of long for countersEric Paris2010-10-261-5/+10
* IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-261-7/+3
* ima: always maintain countersMimi Zohar2010-09-081-3/+5
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2010-03-101-1/+1
|/
* ima: rename PATH_CHECK to FILE_CHECKMimi Zohar2010-02-071-2/+2
* ima: rename ima_path_check to ima_file_checkMimi Zohar2010-02-071-3/+3
* ima: initialize ima before inodes can be allocatedEric Paris2010-02-071-1/+0
* fix ima breakageMimi Zohar2010-02-071-144/+92
* ima: limit imbalance msgMimi Zohar2009-12-161-9/+53
* Untangling ima mess, part 3: kill dead code in imaAl Viro2009-12-161-48/+4
* IMA: clean up the IMA counts updating codeEric Paris2009-12-161-48/+70
* ima: only insert at inode creation timeEric Paris2009-12-161-4/+4
* IMA: update ima_counts_putMimi Zohar2009-09-071-1/+5
* IMA: iint put in ima_counts_get and putEric Paris2009-08-271-0/+4
* integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-1/+28
* integrity: ima audit dentry_open failureMimi Zohar2009-06-051-4/+9
* integrity: path_check updateMimi Zohar2009-05-221-19/+29
* IMA: open all files O_LARGEFILEEric Paris2009-05-121-1/+2
* IMA: Handle dentry_open failuresEric Paris2009-05-121-4/+6
* IMA: use current_cred() instead of current->credEric Paris2009-05-121-1/+1
* integrity: remove __setup auditing msgsMimi Zohar2009-05-061-14/+2
* Integrity: IMA file free imbalanceMimi Zohar2009-02-061-0/+42
* integrity: IMA displayMimi Zohar2009-02-061-0/+5
* integrity: IMA as an integrity service providerMimi Zohar2009-02-061-0/+280