aboutsummaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-04ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-20security: integrity: partial revert of make ima_main explicitly non-modularPaul Gortmaker
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12ima: Use inode_is_open_for_writeNikolay Borisov
2018-12-12security: integrity: make ima_main explicitly non-modularPaul Gortmaker
2018-12-11ima: prevent kexec_load syscall based on runtime secureboot flagNayna Jain
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-16ima: based on policy warn about loading firmware (pre-allocated buffer)Mimi Zohar
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar
2018-07-16ima: based on policy require signed firmware (sysfs fallback)Mimi Zohar
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar
2018-07-12IMA: don't propagate opened through the entire thingAl Viro
2018-05-31ima: use match_string() helperYisheng Xie
2018-05-22ima: based on policy verify firmware signatures (pre-allocated buffer)Mimi Zohar
2018-05-17ima: Remove unused variable ima_initializedPetr Vorel
2018-03-25ima: Fallback to the builtin hash algorithmPetr Vorel
2018-03-23ima: fail signature verification based on policyMimi Zohar
2018-03-23ima: re-evaluate files on privileged mounted filesystemsMimi Zohar
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton
2017-12-18ima: Use i_version only when filesystem supports itSascha Hauer
2017-12-18ima: log message to module appraisal errorBruno E. O. Meneguele
2017-12-18ima: pass filename to ima_rdwr_violation_check()Roberto Sassu
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar
2017-12-13ima: Use i_version only when filesystem supports itSascha Hauer
2017-12-11ima: re-introduce own integrity cache lockDmitry Kasatkin
2017-11-08ima: check signature enforcement against cmdline param instead of CONFIGBruno E. O. Meneguele
2017-11-08ima: fix hash algorithm initializationBoshi Wang
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig
2017-11-08ima: always measure and audit files in policyMimi Zohar
2017-01-27ima: allow to check MAY_APPENDLans Zhang
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar
2016-12-20ima: store the builtin/custom template definitions in a listMimi Zohar
2016-09-16ima: use file_dentry()Miklos Szeredi
2016-06-30ima: change integrity cache to store measured pcrEric Richter
2016-06-30ima: include pcr for each measurement log entryEric 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-02-21ima: measure and appraise the IMA policy itselfMimi Zohar
2016-02-21ima: support for kexec image and initramfsMimi Zohar
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar
2016-02-21security: define kernel_read_file hookMimi Zohar
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi 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