summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_appraise.c
AgeCommit message (Expand)Author
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain
2019-08-05ima: Collect modsigThiago Jung Bauermann
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann
2019-08-05ima: Factor xattr_verify() out of ima_appraise_measurement()Thiago Jung Bauermann
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-30integrity: Introduce struct evm_xattrThiago Jung Bauermann
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12ima: Support platform keyring for kernel appraisalNayna Jain
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-03-25ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann
2018-03-23ima: fail signature verification based on policyMimi Zohar
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar
2017-12-11ima: re-introduce own integrity cache lockDmitry Kasatkin
2017-12-11EVM: Add support for portable signature formatMatthew Garrett
2017-12-11ima: relax requiring a file signature for new files with zero lengthMimi Zohar
2017-11-20ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu
2017-11-08ima: Remove redundant conditional operatorThiago Jung Bauermann
2017-06-21ima: Log the same audit cause whenever a file has no signatureThiago Jung Bauermann
2017-06-21integrity: Small code improvementsThiago Jung Bauermann
2017-06-21ima: define is_ima_appraise_enabled()Mimi Zohar
2017-06-21ima: define Kconfig IMA_APPRAISE_BOOTPARAM optionMimi Zohar
2017-03-07ima: accept previously set IMA_NEW_FILEDaniel Glöckner
2016-11-13security/integrity: Harden against malformed xattrsSeth Forshee
2016-11-13Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-09-16ima: use file_dentry()Miklos Szeredi
2016-06-30ima: change integrity cache to store measured pcrEric Richter
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter
2016-05-01ima: add support for creating files using the mknodat syscallMimi Zohar
2016-05-01ima: fix ima_inode_post_setattrMimi Zohar
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin
2015-05-21ima: limit file hash setting by user to fix and log modesDmitry Kasatkin
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-19kill f_dentry usesAl Viro
2014-10-28ima: check xattr value length and type in the ima_inode_setxattr()Dmitry Kasatkin
2014-09-17ima: added ima_policy_flag variableRoberto Sassu
2014-09-17ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin
2014-09-09ima: remove unnecessary appraisal testDmitry Kasatkin