aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_appraise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva1-0/+1
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next-integrityJames Morris1-2/+12
2018-12-12ima: Support platform keyring for kernel appraisalNayna Jain1-2/+12
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-07-12IMA: don't propagate opened through the entire thingAl Viro1-2/+2
2018-03-25ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann1-13/+22
2018-03-23ima: fail signature verification based on policyMimi Zohar1-5/+6
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar1-1/+14
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett1-2/+12
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar1-7/+9
2017-12-11ima: re-introduce own integrity cache lockDmitry Kasatkin1-13/+14
2017-12-11EVM: Add support for portable signature formatMatthew Garrett1-1/+3
2017-12-11ima: relax requiring a file signature for new files with zero lengthMimi Zohar1-1/+2
2017-11-20ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu1-0/+3
2017-11-08ima: Remove redundant conditional operatorThiago Jung Bauermann1-2/+2
2017-06-21ima: Log the same audit cause whenever a file has no signatureThiago Jung Bauermann1-1/+2
2017-06-21integrity: Small code improvementsThiago Jung Bauermann1-0/+1
2017-06-21ima: define is_ima_appraise_enabled()Mimi Zohar1-0/+10
2017-06-21ima: define Kconfig IMA_APPRAISE_BOOTPARAM optionMimi Zohar1-0/+2
2017-03-07ima: accept previously set IMA_NEW_FILEDaniel Glöckner1-2/+3
2016-11-13security/integrity: Harden against malformed xattrsSeth Forshee1-1/+4
2016-11-13Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar1-6/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+10
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-11/+10
2016-09-16ima: use file_dentry()Miklos Szeredi1-2/+2
2016-06-30ima: change integrity cache to store measured pcrEric Richter1-0/+1
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter1-1/+1
2016-05-01ima: add support for creating files using the mknodat syscallMimi Zohar1-0/+5
2016-05-01ima: fix ima_inode_post_setattrMimi Zohar1-1/+1
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar1-19/+16
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-1/+1
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar1-6/+7
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin1-11/+14
2015-05-21ima: limit file hash setting by user to fix and log modesDmitry Kasatkin1-2/+6
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells1-5/+5
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-0/+2
2014-11-19kill f_dentry usesAl Viro1-2/+2
2014-10-28ima: check xattr value length and type in the ima_inode_setxattr()Dmitry Kasatkin1-0/+2
2014-09-17ima: added ima_policy_flag variableRoberto Sassu1-2/+2
2014-09-17ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin1-0/+2
2014-09-09ima: remove unnecessary appraisal testDmitry Kasatkin1-2/+0
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-2/+2
2014-09-08ima: provide flag to identify new empty filesDmitry Kasatkin1-2/+5
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar1-0/+8
2014-07-17audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs1-1/+1
2014-06-12ima: prevent new digsig xattr from being replacedMimi Zohar1-3/+7
2014-03-07ima: use static const char array definitionsMimi Zohar1-2/+2
2013-11-23Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds1-11/+0
2013-10-31ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar1-0/+11
2013-10-26ima: provide hash algo info in the xattrDmitry Kasatkin1-14/+47