summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima
Commit message (Expand)AuthorAgeFilesLines
* 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
* ima: added ima_policy_flag variableRoberto Sassu2014-09-174-5/+34
* ima: return an error code from ima_add_boot_aggregate()Roberto Sassu2014-09-171-6/+15
* ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-172-2/+5
* ima: move keyring initialization to ima_init()Dmitry Kasatkin2014-09-172-8/+6Star
* integrity: base integrity subsystem kconfig options on integrityDmitry Kasatkin2014-09-091-2/+0Star
* ima: initialize only required templateDmitry Kasatkin2014-09-091-24/+4Star
* ima: remove usage of filename parameterDmitry Kasatkin2014-09-092-14/+10Star
* ima: remove unnecessary appraisal testDmitry Kasatkin2014-09-091-2/+0Star
* ima: add missing '__init' keywordsDmitry Kasatkin2014-09-093-5/+3Star
* ima: remove unnecessary extra variableDmitry Kasatkin2014-09-091-4/+5
* ima: simplify conditional statement to improve performanceDmitry Kasatkin2014-09-091-4/+2Star
* integrity: remove declaration of non-existing functionsDmitry Kasatkin2014-09-091-9/+0Star
* ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-093-12/+12
* ima: provide flag to identify new empty filesDmitry Kasatkin2014-09-082-7/+12
* ima: fix fallback to use new_sync_read()Dmitry Kasatkin2014-09-021-4/+4
* ima: prevent buffer overflow in ima_alloc_tfm()Dmitry Kasatkin2014-09-021-1/+4
* ima: fix ima_alloc_atfm()Mimi Zohar2014-09-021-1/+4
* ima: add support for measuring and appraising firmwareMimi Zohar2014-07-254-1/+28
* ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar2014-07-173-2/+30
* ima: provide double buffering for hash calculationDmitry Kasatkin2014-07-171-16/+49
* ima: introduce multi-page collect buffersDmitry Kasatkin2014-07-171-2/+96
* ima: use ahash API for file hash calculationDmitry Kasatkin2014-07-171-4/+183
* audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs2014-07-172-4/+4
* ima: delay template descriptor lookup until useDmitry Kasatkin2014-07-171-1/+2
* ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()Dmitry Kasatkin2014-07-171-4/+0Star
* ima: introduce ima_kernel_read()Dmitry Kasatkin2014-06-121-1/+31
* ima: check inode integrity cache in violation checkDmitry Kasatkin2014-06-121-2/+7
* ima: prevent unnecessary policy checkingDmitry Kasatkin2014-06-121-9/+4Star
* ima: prevent new digsig xattr from being replacedMimi Zohar2014-06-121-3/+7
* ima: audit log files opened with O_DIRECT flagMimi Zohar2014-06-033-3/+18
* ima: skip memory allocation for empty filesDmitry Kasatkin2014-03-071-8/+12
* ima: return d_name.name if d_path failsDmitry Kasatkin2014-03-072-7/+2Star
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-077-52/+51Star
* ima: fix erroneous removal of security.ima xattrDmitry Kasatkin2014-03-071-2/+4
* security: integrity: Use a more current logging styleJoe Perches2014-03-074-6/+16
* ima: reduce memory usage when a template containing the n field is usedRoberto Sassu2014-03-072-17/+13Star
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-073-4/+10
* ima: use static const char array definitionsMimi Zohar2014-03-074-10/+10
* ima: new helper: file_inode(file)Libo Chen2014-03-041-1/+1
* security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-3/+3
* Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPMJames Morris2014-01-069-42/+67
|\
| * ima: properly free ima_template_entry structuresRoberto Sassu2013-12-033-5/+19
| * ima: Do not free 'entry' before it is initializedChristoph Paasch2013-12-031-1/+0Star
| * ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu2013-11-301-2/+4
| * ima: make a copy of template_fmt in template_desc_init_fields()Roberto Sassu2013-11-251-7/+14
| * ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-253-5/+18
| * ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-253-6/+15
| * Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds2013-11-242-19/+0Star