summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima
Commit message (Expand)AuthorAgeFilesLines
* wrappers for ->i_mutex accessAl Viro2016-01-231-4/+4
* ima: ima_write_policy() limit lockingPetko Manolov2016-01-031-9/+9
* IMA: policy can be updated zero timesSasha Levin2015-12-253-0/+14
* security/integrity: make ima/ima_mok.c explicitly non-modularPaul Gortmaker2015-12-151-3/+2Star
* ima: update appraise flags after policy update completesMimi Zohar2015-12-151-2/+5
* IMA: prevent keys on the .ima_blacklist from being removedMimi Zohar2015-12-151-0/+2
* IMA: allow reading back the current IMA policyPetko Manolov2015-12-154-8/+253
* IMA: create machine owner and blacklist keyringsPetko Manolov2015-12-153-0/+73
* IMA: policy can now be updated multiple timesPetko Manolov2015-12-153-28/+75
* integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin2015-11-233-14/+5Star
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-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/+61Star
* | ima: remove definition of IMA_X509_PATHDmitry Kasatkin2015-05-211-7/+1Star
* | 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/+6Star
|/
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-5/+5
* ima: /proc/keys is now mandatoryDavid Howells2015-02-021-1/+0Star
* 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-071-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-158-107/+164
|\|
| * ima: require signature based appraisalDmitry Kasatkin2014-11-182-0/+13
| * ima: load x509 certificate from the kernelDmitry Kasatkin2014-11-183-2/+36
| * integrity: define a new function integrity_read_file()Dmitry Kasatkin2014-11-181-32/+3Star
| * 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/+13Star
| * 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-122-28/+18Star
| * ima: ignore empty and with whitespaces policy linesDmitry Kasatkin2014-10-121-1/+2
| * ima: no need to allocate entry for commentDmitry Kasatkin2014-10-121-8/+6Star
| * ima: report policy load statusDmitry Kasatkin2014-10-121-0/+2
| * ima: use path names cacheDmitry Kasatkin2014-10-072-3/+4
| * ima: check ima_policy_flag in the ima_file_free() hookDmitry Kasatkin2014-10-071-1/+1
* | Merge branch 'iov_iter' into for-nextAl Viro2014-12-091-0/+2
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/zoh...James Morris2014-10-291-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-193-5/+5
|/ /
* / security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.cBehan Webster2014-10-141-28/+19Star
|/
* ima: detect violations for mmaped filesRoberto Sassu2014-09-182-9/+5Star
* ima: fix race condition on ima_rdwr_violation_check and process_measurementRoberto Sassu2014-09-181-21/+33