summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers2018-11-211-3/+3
* Revert "ima: limit file hash setting by user to fix and log modes"Mimi Zohar2018-06-061-6/+2
* ima: Fallback to the builtin hash algorithmPetr Vorel2018-05-302-0/+15
* ima: Fix Kconfig to select TPM 2.0 CRB interfaceJiandi An2018-05-301-0/+1
* ima: relax requiring a file signature for new files with zero lengthMimi Zohar2018-03-221-1/+2
* ima: fix hash algorithm initializationBoshi Wang2017-12-091-0/+4
* ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu2017-11-241-0/+3
* ima: accept previously set IMA_NEW_FILEDaniel Glöckner2017-05-251-2/+3
* ima: use file_dentry()Miklos Szeredi2016-10-162-3/+3
* EVM: Use crypto_memneq() for digest comparisonsRyan Ware2016-02-171-1/+2
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* integrity: prevent loading untrusted certificates on the IMA trusted keyringDmitry Kasatkin2015-10-091-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | ima: update builtin policiesMimi Zohar2015-06-161-9/+56
* | ima: extend "mask" policy matching supportMimi Zohar2015-06-161-5/+15
* | ima: add support for new "euid" policy conditionMimi Zohar2015-06-161-4/+23
* | ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-163-4/+5
* | ima: pass iint to ima_add_violation()Roberto Sassu2015-05-215-9/+13
* | ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-215-79/+61
* | integrity: add validity checks for 'path' parameterDmitry Kasatkin2015-05-213-2/+5
* | evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-211-4/+3
* | evm: labeling pseudo filesystems exceptionMimi Zohar2015-05-211-0/+11
* | ima: remove definition of IMA_X509_PATHDmitry Kasatkin2015-05-211-7/+1
* | ima: limit file hash setting by user to fix and log modesDmitry Kasatkin2015-05-211-2/+6
* | ima: do not measure or appraise the NSFS filesystemMimi Zohar2015-05-211-0/+2
* | ima: skip measurement of cgroupfs files and update documentationRoberto Sassu2015-05-211-0/+2
* | ima: cleanup ima_init_policy() a littleDan Carpenter2015-05-131-10/+6
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-153-16/+16
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-3/+3
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-072-3/+3
* | ima: /proc/keys is now mandatoryDavid Howells2015-02-021-1/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-12-161-1/+1
|\
| * ima: Fix build failure on powerpc when TCG_IBMVTPM dependencies are not metMichael Ellerman2014-12-061-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-1412-119/+308
|\|
| * VFS: refactor vfs_read()Dmitry Kasatkin2014-11-171-7/+3
| * ima: require signature based appraisalDmitry Kasatkin2014-11-172-0/+13
| * integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin2014-11-171-0/+11
| * ima: load x509 certificate from the kernelDmitry Kasatkin2014-11-174-2/+44
| * integrity: provide a function to load x509 certificate from the kernelDmitry Kasatkin2014-11-172-1/+37
| * integrity: define a new function integrity_read_file()Dmitry Kasatkin2014-11-173-32/+85
| * ima: added support for new kernel cmdline parameter ima_template_fmtRoberto Sassu2014-10-131-5/+34
| * ima: allocate field pointers array on demand in template_desc_init_fields()Roberto Sassu2014-10-131-21/+13
| * ima: don't allocate a copy of template_fmt in template_desc_init_fields()Roberto Sassu2014-10-131-13/+17
| * ima: display template format in meas. list if template name length is zeroRoberto Sassu2014-10-132-5/+15
| * ima: added error messages to template-related functionsRoberto Sassu2014-10-131-5/+17
| * ima: use atomic bit operations to protect policy update interfaceDmitry Kasatkin2014-10-112-28/+18
| * ima: ignore empty and with whitespaces policy linesDmitry Kasatkin2014-10-111-1/+2
| * ima: no need to allocate entry for commentDmitry Kasatkin2014-10-111-8/+6