summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_appraise.c
AgeCommit message (Expand)Author
2018-12-01ima: re-introduce own integrity cache lockDmitry Kasatkin
2018-12-01EVM: Add support for portable signature formatMatthew Garrett
2018-06-06Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar
2018-03-22ima: relax requiring a file signature for new files with zero lengthMimi Zohar
2017-11-24ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu
2017-05-25ima: accept previously set IMA_NEW_FILEDaniel Glöckner
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
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2014-09-08ima: provide flag to identify new empty filesDmitry Kasatkin
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar
2014-07-17audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs
2014-06-12ima: prevent new digsig xattr from being replacedMimi Zohar
2014-03-07ima: use static const char array definitionsMimi Zohar
2013-11-23Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds
2013-10-31ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar
2013-10-26ima: provide hash algo info in the xattrDmitry Kasatkin
2013-10-25ima: use dynamically allocated hash storageDmitry Kasatkin
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin
2013-10-25ima: fix script messagesDmitry Kasatkin
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin
2013-01-16ima: remove security.ima hexdumpDmitry Kasatkin
2013-01-16ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin
2012-10-05ima: fix bug in argument orderDmitry Kasatkin
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin
2012-09-07ima: digital signature verification supportDmitry Kasatkin
2012-09-07ima: add support for different security.ima data typesMimi Zohar
2012-09-07ima: add ima_inode_setxattr/removexattr function and callsMimi Zohar
2012-09-07ima: add appraise action keywords and default rulesMimi Zohar
2012-09-07ima: integrity appraisal extensionMimi Zohar