summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_appraise.c
Commit message (Expand)AuthorAgeFilesLines
* security/integrity: Harden against malformed xattrsSeth Forshee2016-11-141-1/+4
* Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar2016-11-141-6/+2Star
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-11/+10Star
|\
| * xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-081-11/+10Star
* | ima: use file_dentry()Miklos Szeredi2016-09-161-2/+2
|/
* ima: change integrity cache to store measured pcrEric Richter2016-06-301-0/+1
* ima: extend ima_get_action() to return the policy pcrEric Richter2016-06-301-1/+1
* ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-011-0/+5
* ima: fix ima_inode_post_setattrMimi Zohar2016-05-011-1/+1
* ima: remove firmware and module specific cached status infoMimi Zohar2016-02-211-19/+16Star
* ima: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-211-1/+1
* ima: use "ima_hooks" enum as function argumentMimi Zohar2016-02-181-6/+7
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-11/+14
* ima: limit file hash setting by user to fix and log modesDmitry Kasatkin2015-05-211-2/+6
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-5/+5
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-091-0/+2
|\
| * ima: check xattr value length and type in the ima_inode_setxattr()Dmitry Kasatkin2014-10-281-0/+2
* | kill f_dentry usesAl Viro2014-11-191-2/+2
|/
* ima: added ima_policy_flag variableRoberto Sassu2014-09-171-2/+2
* ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-171-0/+2
* ima: remove unnecessary appraisal testDmitry Kasatkin2014-09-091-2/+0Star
* ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-2/+2
* ima: provide flag to identify new empty filesDmitry Kasatkin2014-09-081-2/+5
* ima: add support for measuring and appraising firmwareMimi Zohar2014-07-251-0/+8
* audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs2014-07-171-1/+1
* ima: prevent new digsig xattr from being replacedMimi Zohar2014-06-121-3/+7
* ima: use static const char array definitionsMimi Zohar2014-03-071-2/+2
* Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds2013-11-241-11/+0Star
* ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar2013-11-011-0/+11
* ima: provide hash algo info in the xattrDmitry Kasatkin2013-10-271-14/+47
* ima: use dynamically allocated hash storageDmitry Kasatkin2013-10-251-8/+8
* ima: pass full xattr with the signatureDmitry Kasatkin2013-10-251-1/+1
* ima: read and use signature hash algorithmDmitry Kasatkin2013-10-251-8/+37
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-251-8/+12
* ima: fix script messagesDmitry Kasatkin2013-10-251-3/+3
* ima: per hook cache integrity appraisal statusMimi Zohar2013-01-221-9/+62
* ima: added policy support for 'security.ima' typeDmitry Kasatkin2013-01-221-0/+5
* ima: remove security.ima hexdumpDmitry Kasatkin2013-01-161-5/+0Star
* ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin2013-01-161-5/+6
* ima: fix bug in argument orderDmitry Kasatkin2012-10-051-1/+1
* ima: generic IMA action flag handlingDmitry Kasatkin2012-09-131-1/+1
* ima: digital signature verification supportDmitry Kasatkin2012-09-071-19/+51
* ima: add support for different security.ima data typesMimi Zohar2012-09-071-10/+13
* ima: add ima_inode_setxattr/removexattr function and callsMimi Zohar2012-09-071-0/+57
* ima: add appraise action keywords and default rulesMimi Zohar2012-09-071-1/+4
* ima: integrity appraisal extensionMimi Zohar2012-09-071-0/+168