Age | Commit message (Expand) | Author | Files | Lines |
2016-03-28 | constify ima_d_path() | Al Viro | 1 | -1/+1 |
2016-02-21 | ima: measure and appraise the IMA policy itself | Mimi Zohar | 1 | -0/+2 |
2016-02-21 | ima: support for kexec image and initramfs | Mimi Zohar | 1 | -0/+2 |
2016-02-21 | ima: remove firmware and module specific cached status info | Mimi Zohar | 1 | -1/+2 |
2016-02-21 | ima: define a new hook to measure and appraise a file already in memory | Mimi Zohar | 1 | -1/+3 |
2016-02-19 | ima: provide buffer hash calculation function | Dmitry Kasatkin | 1 | -0/+2 |
2016-02-19 | ima: use "ima_hooks" enum as function argument | Mimi Zohar | 1 | -8/+17 |
2016-02-19 | ima: separate 'security.ima' reading functionality from collect | Dmitry Kasatkin | 1 | -8/+7 |
2015-12-25 | IMA: policy can be updated zero times | Sasha Levin | 1 | -0/+1 |
2015-12-15 | IMA: allow reading back the current IMA policy | Petko Manolov | 1 | -2/+13 |
2015-11-23 | integrity: define '.evm' as a builtin 'trusted' keyring | Dmitry Kasatkin | 1 | -12/+0 |
2015-06-16 | ima: fix ima_show_template_data_ascii() | Mimi Zohar | 1 | -1/+1 |
2015-05-21 | ima: pass iint to ima_add_violation() | Roberto Sassu | 1 | -0/+2 |
2015-05-21 | ima: wrap event related data to the new ima_event_data structure | Roberto Sassu | 1 | -10/+15 |
2014-09-18 | ima: added ima_policy_flag variable | Roberto Sassu | 1 | -0/+4 |
2014-09-18 | ima: provide 'ima_appraise=log' kernel option | Dmitry Kasatkin | 1 | -2/+3 |
2014-09-09 | ima: add missing '__init' keywords | Dmitry Kasatkin | 1 | -2/+0 |
2014-09-09 | integrity: remove declaration of non-existing functions | Dmitry Kasatkin | 1 | -9/+0 |
2014-09-09 | ima: pass 'opened' flag to identify newly created files | Dmitry Kasatkin | 1 | -2/+2 |
2014-07-25 | ima: add support for measuring and appraising firmware | Mimi Zohar | 1 | -1/+2 |
2014-07-17 | ima: define '.ima' as a builtin 'trusted' keyring | Mimi Zohar | 1 | -0/+12 |
2014-03-07 | ima: restore the original behavior for sending data with ima template | Roberto Sassu | 1 | -1/+1 |
2013-12-03 | ima: properly free ima_template_entry structures | Roberto Sassu | 1 | -0/+1 |
2013-11-25 | ima: do not send field length to userspace for digest of ima template | Roberto Sassu | 1 | -1/+2 |
2013-11-25 | ima: do not include field length in template digest calc for ima template | Roberto Sassu | 1 | -1/+2 |
2013-11-01 | ima: extend the measurement list to include the file signature | Mimi Zohar | 1 | -3/+7 |
2013-10-26 | ima: switch to new template management mechanism | Roberto Sassu | 1 | -12/+7 |
2013-10-26 | ima: define template fields library and new helpers | Roberto Sassu | 1 | -0/+5 |
2013-10-26 | ima: new templates management mechanism | Roberto Sassu | 1 | -0/+29 |
2013-10-26 | ima: define new function ima_alloc_init_template() to API | Roberto Sassu | 1 | -0/+3 |
2013-10-26 | ima: pass the filename argument up to ima_add_template_entry() | Roberto Sassu | 1 | -2/+3 |
2013-10-26 | ima: pass the file descriptor to ima_add_violation() | Roberto Sassu | 1 | -1/+1 |
2013-10-26 | ima: ima_calc_boot_agregate must use SHA1 | Dmitry Kasatkin | 1 | -1/+1 |
2013-10-26 | ima: differentiate between template hash and file data hash sizes | Mimi Zohar | 1 | -1/+1 |
2013-10-26 | ima: read and use signature hash algorithm | Dmitry Kasatkin | 1 | -3/+26 |
2013-10-26 | ima: provide support for arbitrary hash algorithms | Dmitry Kasatkin | 1 | -3/+4 |
2013-06-20 | integrity: move integrity_audit_msg() | Mimi Zohar | 1 | -14/+0 |
2013-02-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -5/+16 |
2013-02-06 | ima: rename hash calculation functions | Dmitry Kasatkin | 1 | -2/+2 |
2013-02-06 | ima: use new crypto_shash API instead of old crypto_hash | Dmitry Kasatkin | 1 | -0/+1 |
2013-01-23 | ima: per hook cache integrity appraisal status | Mimi Zohar | 1 | -2/+11 |
2013-01-17 | ima: move full pathname resolution to separate function | Dmitry Kasatkin | 1 | -0/+1 |
2013-01-17 | ima: rename FILE_MMAP to MMAP_CHECK | Mimi Zohar | 1 | -1/+1 |
2012-12-24 | ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall | Mimi Zohar | 1 | -0/+1 |
2012-12-14 | ima: support new kernel module syscall | Mimi Zohar | 1 | -1/+1 |
2012-10-05 | ima: fix bug in argument order | Dmitry Kasatkin | 1 | -3/+3 |
2012-09-13 | ima: audit log hashes | Peter Moody | 1 | -0/+2 |
2012-09-12 | ima: rename ima_must_appraise_or_measure | Dmitry Kasatkin | 1 | -1/+1 |
2012-09-07 | ima: integrity appraisal extension | Mimi Zohar | 1 | -2/+35 |
2012-07-06 | ima: audit is compiled only when enabled | Dmitry Kasatkin | 1 | -0/+9 |