summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_appraise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-10/+13
|\
| * ima: handle idmapped mountsChristian Brauner2021-01-241-6/+9
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-4/+4
* | IMA: add support to measure buffer data hashTushar Sugandhi2021-01-151-1/+1
|/
* ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel2020-11-021-6/+11
* Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-161-8/+19
|\
| * ima: limit secure boot feedback scope for appraiseBruno Meneguele2020-09-101-9/+16
| * integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-091-0/+2
| * ima: add check for enforced appraise optionBruno Meneguele2020-09-091-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
|/
* ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele2020-07-211-0/+6
* ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-1/+1
* IMA: Add support to limit measuring keysLakshmi Ramasubramanian2019-12-121-2/+2
* ima: Check against blacklisted hashes for files with modsigNayna Jain2019-11-121-0/+33
* ima: Collect modsigThiago Jung Bauermann2019-08-061-1/+1
* ima: Implement support for module-style appended signaturesThiago Jung Bauermann2019-08-061-4/+47
* ima: Factor xattr_verify() out of ima_appraise_measurement()Thiago Jung Bauermann2019-08-061-60/+81
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-4/+5
|\
| * integrity: Introduce struct evm_xattrThiago Jung Bauermann2019-06-301-3/+4
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-201-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
|/
* security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva2019-02-221-0/+1
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2018-12-171-2/+12
|\
| * ima: Support platform keyring for kernel appraisalNayna Jain2018-12-131-2/+12
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
|/
* IMA: don't propagate opened through the entire thingAl Viro2018-07-121-2/+2
* ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann2018-03-251-13/+22
* ima: fail signature verification based on policyMimi Zohar2018-03-231-5/+6
* ima: fail file signature verification on non-init mounted filesystemsMimi Zohar2018-03-231-1/+14
* IMA: Support using new creds in appraisal policyMatthew Garrett2018-03-231-2/+12
* ima: support new "hash" and "dont_hash" policy actionsMimi Zohar2017-12-181-7/+9
* ima: re-introduce own integrity cache lockDmitry Kasatkin2017-12-111-13/+14
* EVM: Add support for portable signature formatMatthew Garrett2017-12-111-1/+3
* ima: relax requiring a file signature for new files with zero lengthMimi Zohar2017-12-111-1/+2
* ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu2017-11-191-0/+3
* ima: Remove redundant conditional operatorThiago Jung Bauermann2017-11-081-2/+2
* ima: Log the same audit cause whenever a file has no signatureThiago Jung Bauermann2017-06-211-1/+2
* integrity: Small code improvementsThiago Jung Bauermann2017-06-211-0/+1
* ima: define is_ima_appraise_enabled()Mimi Zohar2017-06-211-0/+10
* ima: define Kconfig IMA_APPRAISE_BOOTPARAM optionMimi Zohar2017-06-211-0/+2
* ima: accept previously set IMA_NEW_FILEDaniel Glöckner2017-03-071-2/+3
* 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/+2
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-11/+10
|\
| * xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-081-11/+10
* | 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