| Commit message (Expand) | Author | Age | Files | Lines |
* | ima: added ima_policy_flag variable | Roberto Sassu | 2014-09-17 | 1 | -0/+4 |
* | ima: provide 'ima_appraise=log' kernel option | Dmitry Kasatkin | 2014-09-17 | 1 | -2/+3 |
* | ima: add missing '__init' keywords | Dmitry Kasatkin | 2014-09-09 | 1 | -2/+0 |
* | integrity: remove declaration of non-existing functions | Dmitry Kasatkin | 2014-09-09 | 1 | -9/+0 |
* | ima: pass 'opened' flag to identify newly created files | Dmitry Kasatkin | 2014-09-09 | 1 | -2/+2 |
* | ima: add support for measuring and appraising firmware | Mimi Zohar | 2014-07-25 | 1 | -1/+2 |
* | ima: define '.ima' as a builtin 'trusted' keyring | Mimi Zohar | 2014-07-17 | 1 | -0/+12 |
* | ima: restore the original behavior for sending data with ima template | Roberto Sassu | 2014-03-07 | 1 | -1/+1 |
* | ima: properly free ima_template_entry structures | Roberto Sassu | 2013-12-02 | 1 | -0/+1 |
* | ima: do not send field length to userspace for digest of ima template | Roberto Sassu | 2013-11-25 | 1 | -1/+2 |
* | ima: do not include field length in template digest calc for ima template | Roberto Sassu | 2013-11-25 | 1 | -1/+2 |
* | ima: extend the measurement list to include the file signature | Mimi Zohar | 2013-10-31 | 1 | -3/+7 |
* | ima: switch to new template management mechanism | Roberto Sassu | 2013-10-25 | 1 | -12/+7 |
* | ima: define template fields library and new helpers | Roberto Sassu | 2013-10-25 | 1 | -0/+5 |
* | ima: new templates management mechanism | Roberto Sassu | 2013-10-25 | 1 | -0/+29 |
* | ima: define new function ima_alloc_init_template() to API | Roberto Sassu | 2013-10-25 | 1 | -0/+3 |
* | ima: pass the filename argument up to ima_add_template_entry() | Roberto Sassu | 2013-10-25 | 1 | -2/+3 |
* | ima: pass the file descriptor to ima_add_violation() | Roberto Sassu | 2013-10-25 | 1 | -1/+1 |
* | ima: ima_calc_boot_agregate must use SHA1 | Dmitry Kasatkin | 2013-10-25 | 1 | -1/+1 |
* | ima: differentiate between template hash and file data hash sizes | Mimi Zohar | 2013-10-25 | 1 | -1/+1 |
* | ima: read and use signature hash algorithm | Dmitry Kasatkin | 2013-10-25 | 1 | -3/+26 |
* | ima: provide support for arbitrary hash algorithms | Dmitry Kasatkin | 2013-10-25 | 1 | -3/+4 |
* | integrity: move integrity_audit_msg() | Mimi Zohar | 2013-06-20 | 1 | -14/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2013-02-21 | 1 | -5/+16 |
|\ |
|
| * | ima: rename hash calculation functions | Dmitry Kasatkin | 2013-02-06 | 1 | -2/+2 |
| * | ima: use new crypto_shash API instead of old crypto_hash | Dmitry Kasatkin | 2013-02-06 | 1 | -0/+1 |
| * | ima: per hook cache integrity appraisal status | Mimi Zohar | 2013-01-22 | 1 | -2/+11 |
| * | ima: move full pathname resolution to separate function | Dmitry Kasatkin | 2013-01-16 | 1 | -0/+1 |
| * | ima: rename FILE_MMAP to MMAP_CHECK | Mimi Zohar | 2013-01-16 | 1 | -1/+1 |
* | | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall | Mimi Zohar | 2012-12-24 | 1 | -0/+1 |
|/ |
|
* | ima: support new kernel module syscall | Mimi Zohar | 2012-12-14 | 1 | -1/+1 |
* | ima: fix bug in argument order | Dmitry Kasatkin | 2012-10-05 | 1 | -3/+3 |
* | ima: audit log hashes | Peter Moody | 2012-09-13 | 1 | -0/+2 |
* | ima: rename ima_must_appraise_or_measure | Dmitry Kasatkin | 2012-09-12 | 1 | -1/+1 |
* | ima: integrity appraisal extension | Mimi Zohar | 2012-09-07 | 1 | -2/+35 |
* | ima: audit is compiled only when enabled | Dmitry Kasatkin | 2012-07-05 | 1 | -0/+9 |
* | integrity: sparse fix: move iint_initialized to integrity.h | James Morris | 2011-09-09 | 1 | -1/+0 |
* | integrity: move ima inode integrity data management | Mimi Zohar | 2011-07-18 | 1 | -20/+9 |
* | ima: remove unnecessary call to ima_must_measure | Mimi Zohar | 2011-02-23 | 1 | -2/+1 |
* | IMA: drop refcnt from ima_iint_cache since it isn't needed | Eric Paris | 2010-10-26 | 1 | -3/+1 |
* | IMA: move read counter into struct inode | Eric Paris | 2010-10-26 | 1 | -2/+1 |
* | IMA: use i_writecount rather than a private counter | Eric Paris | 2010-10-26 | 1 | -1/+0 |
* | IMA: use inode->i_lock to protect read and write counters | Eric Paris | 2010-10-26 | 1 | -0/+1 |
* | IMA: convert internal flags from long to char | Eric Paris | 2010-10-26 | 1 | -2/+2 |
* | IMA: use unsigned int instead of long for counters | Eric Paris | 2010-10-26 | 1 | -2/+2 |
* | IMA: drop the inode opencount since it isn't needed for operation | Eric Paris | 2010-10-26 | 1 | -1/+0 |
* | IMA: use rbtree instead of radix tree for inode information cache | Eric Paris | 2010-10-26 | 1 | -3/+3 |
* | ima: always maintain counters | Mimi Zohar | 2010-09-08 | 1 | -0/+1 |
* | ima: handle multiple rules per write | Eric Paris | 2010-04-21 | 1 | -1/+1 |
* | ima: rename PATH_CHECK to FILE_CHECK | Mimi Zohar | 2010-02-07 | 1 | -1/+1 |