summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)AuthorLines
2014-10-07ima: use path names cacheDmitry Kasatkin-1/+2
2014-10-07ima: check ima_policy_flag in the ima_file_free() hookDmitry Kasatkin-1/+1
2014-09-18ima: detect violations for mmaped filesRoberto Sassu-4/+5
2014-09-18ima: fix race condition on ima_rdwr_violation_check and process_measurementRoberto Sassu-21/+33
2014-09-17ima: added ima_policy_flag variableRoberto Sassu-3/+5
2014-09-17ima: move keyring initialization to ima_init()Dmitry Kasatkin-8/+2
2014-09-09ima: remove usage of filename parameterDmitry Kasatkin-11/+8
2014-09-09ima: remove unnecessary extra variableDmitry Kasatkin-4/+5
2014-09-09ima: simplify conditional statement to improve performanceDmitry Kasatkin-4/+2
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin-8/+8
2014-09-08ima: provide flag to identify new empty filesDmitry Kasatkin-5/+7
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar-0/+11
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar-2/+8
2014-07-17ima: delay template descriptor lookup until useDmitry Kasatkin-1/+2
2014-07-17ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()Dmitry Kasatkin-4/+0
2014-06-12ima: check inode integrity cache in violation checkDmitry Kasatkin-2/+7
2014-06-12ima: prevent unnecessary policy checkingDmitry Kasatkin-9/+4
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar-1/+4
2014-03-07ima: return d_name.name if d_path failsDmitry Kasatkin-6/+1
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin-2/+2
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar-1/+2
2013-10-26ima: enable support for larger default filedata hash algorithmsMimi Zohar-2/+24
2013-10-26ima: defer determining the appraisal hash algorithm for 'ima' templateRoberto Sassu-1/+5
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu-3/+2
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin-2/+9
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin-2/+4
2013-10-25ima: fix script messagesDmitry Kasatkin-5/+5
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells-1/+1
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar-9/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2013-02-26ima: "remove enforce checking duplication" merge fixMimi Zohar-1/+2
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-75/+63
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar-3/+6
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar-8/+11
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin-0/+1
2013-01-16ima: forbid write access to files with digital signaturesDmitry Kasatkin-2/+5
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin-31/+20
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar-1/+1
2013-01-16ima: remove enforce checking duplicationDmitry Kasatkin-32/+20
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar-4/+8
2012-12-14ima: support new kernel module syscallMimi Zohar-0/+21
2012-09-13ima: audit log hashesPeter Moody-3/+6
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin-2/+2
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin-1/+1
2012-09-07ima: allocating iint improvementsDmitry Kasatkin-9/+4
2012-09-07ima: integrity appraisal extensionMimi Zohar-25/+54
2012-07-05ima: ima_initialized is set only if successfulDmitry Kasatkin-1/+2
2012-07-02ima: remove unused cleanup functionsDmitry Kasatkin-5/+0
2012-07-02ima: use full pathnames in measurement listMimi Zohar-6/+36