summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c
Commit message (Expand)AuthorAgeFilesLines
* ima: fix script messagesDmitry Kasatkin2013-10-251-5/+5
* Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells2013-06-291-1/+1
* ima: eliminate passing d_name.name to process_measurement()Mimi Zohar2013-04-171-9/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | ima: "remove enforce checking duplication" merge fixMimi Zohar2013-02-261-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-211-75/+63
|\ \ | |/ |/|
| * ima: differentiate appraise status only for hook specific rulesMimi Zohar2013-01-221-3/+6
| * ima: per hook cache integrity appraisal statusMimi Zohar2013-01-221-8/+11
| * ima: added policy support for 'security.ima' typeDmitry Kasatkin2013-01-221-0/+1
| * ima: forbid write access to files with digital signaturesDmitry Kasatkin2013-01-161-2/+5
| * ima: move full pathname resolution to separate functionDmitry Kasatkin2013-01-161-31/+20
| * ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar2013-01-161-1/+1
| * ima: remove enforce checking duplicationDmitry Kasatkin2013-01-161-32/+20
* | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar2012-12-241-4/+8
|/
* ima: support new kernel module syscallMimi Zohar2012-12-141-0/+21
* ima: audit log hashesPeter Moody2012-09-131-3/+6
* ima: generic IMA action flag handlingDmitry Kasatkin2012-09-131-2/+2
* ima: rename ima_must_appraise_or_measureDmitry Kasatkin2012-09-121-1/+1
* ima: allocating iint improvementsDmitry Kasatkin2012-09-071-9/+4
* ima: integrity appraisal extensionMimi Zohar2012-09-071-25/+54
* ima: ima_initialized is set only if successfulDmitry Kasatkin2012-07-051-1/+2
* ima: remove unused cleanup functionsDmitry Kasatkin2012-07-021-5/+0
* ima: use full pathnames in measurement listMimi Zohar2012-07-021-6/+36
* ima: fix filename hint to reflect script interpreter nameMimi Zohar2012-05-161-1/+3
* ima: sparse fix: include linux/ima.h in ima_main.cJames Morris2011-09-091-0/+1
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-6/+6
|\
| * integrity: move ima inode integrity data managementMimi Zohar2011-07-181-6/+6
* | ima: fmode_t misspelled as mode_t...Al Viro2011-07-261-1/+1
|/
* 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
OpenPOWER on IntegriCloud