summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* ima: Don't ignore errors from crypto_shash_update()Roberto Sassu2020-10-291-0/+2
* evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-06-201-1/+1
* ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu2020-06-201-2/+1
* ima: Fix ima digest hash table key calculationKrzysztof Struczynski2020-06-201-3/+4
* ima: Fix return value of ima_write_policy()Roberto Sassu2020-05-271-2/+1
* evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu2020-05-271-1/+1
* ima: always return negative code for errorSascha Hauer2019-10-171-1/+4
* ima: re-initialize iint->atomic_flagsMimi Zohar2018-12-011-0/+1
* ima: re-introduce own integrity cache lockDmitry Kasatkin2018-12-014-40/+77
* EVM: Add support for portable signature formatMatthew Garrett2018-12-015-21/+91
* ima: always measure and audit files in policyMimi Zohar2018-12-013-30/+56
* Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman2018-12-011-2/+10
* ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers2018-11-131-3/+3
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-09-261-1/+2
* ima: based on policy verify firmware signatures (pre-allocated buffer)Mimi Zohar2018-08-031-0/+1
* 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
* integrity/security: fix digsig.c build error with header fileRandy Dunlap2018-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: fix ima_d_path() possible race with renameMimi Zohar2017-03-123-6/+24
* ima: fix memory leak in ima_release_policyEric Richter2017-01-121-1/+1
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-103-16/+16
|\
| * xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-073-16/+16
* | ima: use file_dentry()Miklos Szeredi2016-09-162-3/+3
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-2910-30/+80
|\
| * ima: extend the measurement entry specific pcrEric Richter2016-06-301-3/+3
| * ima: change integrity cache to store measured pcrEric Richter2016-06-303-3/+11
| * ima: redefine duplicate template entriesEric Richter2016-06-301-3/+4
| * ima: change ima_measurements_show() to display the entry specific pcrEric Richter2016-06-301-5/+4
| * ima: include pcr for each measurement log entryEric Richter2016-06-304-8/+13
| * ima: extend ima_get_action() to return the policy pcrEric Richter2016-06-305-7/+14
| * ima: add policy support for extending different pcrsEric Richter2016-06-301-1/+28
| * integrity: add measured_pcrs field to integrity cacheEric Richter2016-06-302-0/+3
* | evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee2016-07-051-2/+2
|/
* security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko2016-05-201-12/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-198-37/+73
|\
| * Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-05-065-35/+42
| |\
| | * Merge branch 'keys-trust' into keys-nextDavid Howells2016-05-044-34/+42
| | |\
| | | * IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells2016-04-114-53/+32
| | | * KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-111-2/+1
| | | * KEYS: Move the point of trust determination to __key_link()David Howells2016-04-112-4/+35
| | | * KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-112-8/+7
| | * | security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSAAndreas Ziegler2016-04-121-1/+0
| | |/
| * | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-012-1/+29
| * | ima: fix ima_inode_post_setattrMimi Zohar2016-05-012-1/+2
| |/
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-172-2/+2
|\ \
| * | constify ima_d_path()Al Viro2016-03-282-2/+2
| |/