Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | ima: introduce ima_kernel_read() | Dmitry Kasatkin | 1 | -1/+31 |
2014-06-13 | evm: prohibit userspace writing 'security.evm' HMAC value | Mimi Zohar | 1 | -2/+10 |
2014-06-13 | ima: check inode integrity cache in violation check | Dmitry Kasatkin | 1 | -2/+7 |
2014-06-13 | ima: prevent unnecessary policy checking | Dmitry Kasatkin | 1 | -9/+4 |
2014-06-13 | evm: provide option to protect additional SMACK xattrs | Dmitry Kasatkin | 2 | -0/+22 |
2014-06-13 | evm: replace HMAC version with attribute mask | Dmitry Kasatkin | 4 | -11/+33 |
2014-06-13 | ima: prevent new digsig xattr from being replaced | Mimi Zohar | 1 | -3/+7 |
2014-06-10 | Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -3/+19 |
2014-06-03 | ima: audit log files opened with O_DIRECT flag | Mimi Zohar | 4 | -3/+19 |
2014-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -1/+1 |
2014-04-02 | get rid of pointless checks for NULL ->i_op | Al Viro | 2 | -2/+2 |
2014-03-20 | audit: anchor all pid references in the initial pid namespace | Richard Guy Briggs | 1 | -1/+1 |
2014-03-07 | evm: enable key retention service automatically | Dmitry Kasatkin | 1 | -2/+3 |
2014-03-07 | ima: skip memory allocation for empty files | Dmitry Kasatkin | 1 | -8/+12 |
2014-03-07 | evm: EVM does not use MD5 | Dmitry Kasatkin | 1 | -1/+0 |
2014-03-07 | ima: return d_name.name if d_path fails | Dmitry Kasatkin | 2 | -7/+2 |
2014-03-07 | integrity: fix checkpatch errors | Dmitry Kasatkin | 11 | -70/+69 |
2014-03-07 | ima: fix erroneous removal of security.ima xattr | Dmitry Kasatkin | 1 | -2/+4 |
2014-03-07 | security: integrity: Use a more current logging style | Joe Perches | 7 | -11/+27 |
2014-03-07 | ima: reduce memory usage when a template containing the n field is used | Roberto Sassu | 2 | -17/+13 |
2014-03-07 | ima: restore the original behavior for sending data with ima template | Roberto Sassu | 3 | -4/+10 |
2014-03-07 | Integrity: Pass commname via get_task_comm() | Tetsuo Handa | 1 | -1/+2 |
2014-03-07 | ima: use static const char array definitions | Mimi Zohar | 4 | -10/+10 |
2014-03-05 | ima: new helper: file_inode(file) | Libo Chen | 1 | -1/+1 |
2014-02-17 | security: cleanup Makefiles to use standard syntax for specifying sub-directo... | Sam Ravnborg | 1 | -2/+2 |
2014-02-06 | security: replace strict_strto*() with kstrto*() | Jingoo Han | 2 | -4/+4 |
2014-01-06 | Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPM | James Morris | 11 | -78/+68 |
2014-01-03 | ima: remove unneeded size_limit argument from ima_eventdigest_init_common() | Roberto Sassu | 1 | -8/+6 |
2014-01-03 | ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init() | Roberto Sassu | 1 | -2/+2 |
2014-01-03 | ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init() | Roberto Sassu | 1 | -1/+1 |
2013-12-03 | ima: properly free ima_template_entry structures | Roberto Sassu | 3 | -5/+19 |
2013-12-03 | ima: Do not free 'entry' before it is initialized | Christoph Paasch | 1 | -1/+0 |
2013-11-30 | ima: store address of template_fmt_copy in a pointer before calling strsep | Roberto Sassu | 1 | -2/+4 |
2013-11-26 | ima: make a copy of template_fmt in template_desc_init_fields() | Roberto Sassu | 1 | -7/+14 |
2013-11-25 | ima: do not send field length to userspace for digest of ima template | Roberto Sassu | 3 | -5/+18 |
2013-11-25 | ima: do not include field length in template digest calc for ima template | Roberto Sassu | 3 | -6/+15 |
2013-11-24 | Revert "ima: define '_ima' as a builtin 'trusted' keyring" | Linus Torvalds | 4 | -55/+1 |
2013-11-01 | ima: define '_ima' as a builtin 'trusted' keyring | Mimi Zohar | 4 | -1/+55 |
2013-11-01 | ima: extend the measurement list to include the file signature | Mimi Zohar | 8 | -12/+73 |
2013-10-27 | ima: provide hash algo info in the xattr | Dmitry Kasatkin | 2 | -15/+59 |
2013-10-27 | ima: enable support for larger default filedata hash algorithms | Mimi Zohar | 2 | -2/+59 |
2013-10-27 | ima: define kernel parameter 'ima_template=' to change configured default | Roberto Sassu | 1 | -0/+31 |
2013-10-27 | ima: add Kconfig default measurement list template | Mimi Zohar | 2 | -2/+27 |
2013-10-27 | ima: defer determining the appraisal hash algorithm for 'ima' template | Roberto Sassu | 1 | -1/+5 |
2013-10-27 | ima: add audit log support for larger hashes | Mimi Zohar | 1 | -1/+4 |
2013-10-26 | ima: switch to new template management mechanism | Roberto Sassu | 5 | -97/+107 |
2013-10-26 | ima: define new template ima-ng and template fields d-ng and n-ng | Roberto Sassu | 3 | -17/+150 |
2013-10-26 | ima: define template fields library and new helpers | Roberto Sassu | 6 | -8/+242 |
2013-10-26 | ima: new templates management mechanism | Roberto Sassu | 4 | -1/+146 |