| Commit message (Expand) | Author | Age | Files | Lines |
* | ima: define '_ima' as a builtin 'trusted' keyring | Mimi Zohar | 2013-10-31 | 4 | -1/+55 |
* | ima: extend the measurement list to include the file signature | Mimi Zohar | 2013-10-31 | 8 | -12/+73 |
* | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | James Morris | 2013-10-31 | 6 | -22/+29 |
|\ |
|
| * | kernel/system_certificate.S: use real contents instead of macro GLOBAL() | Chen Gang | 2013-10-30 | 1 | -6/+4 |
| * | KEYS: fix error return code in big_key_instantiate() | Wei Yongjun | 2013-10-30 | 1 | -1/+3 |
| * | KEYS: Fix keyring quota misaccounting on key replacement and unlink | David Howells | 2013-10-30 | 1 | -12/+15 |
| * | KEYS: Fix a race between negating a key and reading the error set | David Howells | 2013-10-30 | 3 | -2/+6 |
| * | KEYS: Make BIG_KEYS boolean | Josh Boyer | 2013-10-30 | 1 | -1/+1 |
* | | apparmor: remove the "task" arg from may_change_ptraced_domain() | Oleg Nesterov | 2013-10-29 | 1 | -8/+6 |
* | | apparmor: remove parent task info from audit logging | John Johansen | 2013-10-29 | 2 | -7/+0 |
* | | apparmor: remove tsk field from the apparmor_audit_struct | John Johansen | 2013-10-29 | 1 | -8/+2 |
* | | apparmor: fix capability to not use the current task, during reporting | John Johansen | 2013-10-29 | 6 | -22/+15 |
|/ |
|
* | Merge branch 'smack-for-3.13' of git://git.gitorious.org/smack-next/kernel in... | James Morris | 2013-10-30 | 4 | -9/+34 |
|\ |
|
| * | Smack: Ptrace access check mode | Casey Schaufler | 2013-10-28 | 1 | -1/+1 |
| * | Smack: Implement lock security mode | Casey Schaufler | 2013-10-18 | 4 | -8/+33 |
* | | ima: provide hash algo info in the xattr | Dmitry Kasatkin | 2013-10-26 | 2 | -15/+59 |
* | | ima: enable support for larger default filedata hash algorithms | Mimi Zohar | 2013-10-26 | 3 | -3/+64 |
* | | ima: define kernel parameter 'ima_template=' to change configured default | Roberto Sassu | 2013-10-26 | 2 | -0/+36 |
* | | ima: add Kconfig default measurement list template | Mimi Zohar | 2013-10-26 | 2 | -2/+27 |
* | | ima: defer determining the appraisal hash algorithm for 'ima' template | Roberto Sassu | 2013-10-26 | 1 | -1/+5 |
* | | ima: add audit log support for larger hashes | Mimi Zohar | 2013-10-26 | 1 | -1/+4 |
* | | ima: switch to new template management mechanism | Roberto Sassu | 2013-10-25 | 5 | -97/+107 |
* | | ima: define new template ima-ng and template fields d-ng and n-ng | Roberto Sassu | 2013-10-25 | 3 | -17/+150 |
* | | ima: define template fields library and new helpers | Roberto Sassu | 2013-10-25 | 6 | -8/+242 |
* | | ima: new templates management mechanism | Roberto Sassu | 2013-10-25 | 6 | -1/+235 |
* | | ima: define new function ima_alloc_init_template() to API | Roberto Sassu | 2013-10-25 | 3 | -39/+76 |
* | | ima: pass the filename argument up to ima_add_template_entry() | Roberto Sassu | 2013-10-25 | 4 | -10/+13 |
* | | ima: pass the file descriptor to ima_add_violation() | Roberto Sassu | 2013-10-25 | 3 | -5/+5 |
* | | ima: ima_calc_boot_agregate must use SHA1 | Dmitry Kasatkin | 2013-10-25 | 3 | -5/+31 |
* | | ima: support arbitrary hash algorithms in ima_calc_buffer_hash | Dmitry Kasatkin | 2013-10-25 | 2 | -6/+25 |
* | | ima: provide dedicated hash algo allocation function | Dmitry Kasatkin | 2013-10-25 | 1 | -14/+29 |
* | | ima: differentiate between template hash and file data hash sizes | Mimi Zohar | 2013-10-25 | 6 | -12/+12 |
* | | ima: use dynamically allocated hash storage | Dmitry Kasatkin | 2013-10-25 | 4 | -30/+49 |
* | | ima: pass full xattr with the signature | Dmitry Kasatkin | 2013-10-25 | 4 | -5/+7 |
* | | ima: read and use signature hash algorithm | Dmitry Kasatkin | 2013-10-25 | 6 | -25/+94 |
* | | ima: provide support for arbitrary hash algorithms | Dmitry Kasatkin | 2013-10-25 | 9 | -35/+100 |
* | | keys: change asymmetric keys to use common hash definitions | Dmitry Kasatkin | 2013-10-25 | 8 | -48/+28 |
* | | crypto: provide single place for hash algo information | Dmitry Kasatkin | 2013-10-25 | 5 | -0/+137 |
* | | Revert "ima: policy for RAMFS" | Mimi Zohar | 2013-10-25 | 1 | -1/+0 |
* | | ima: fix script messages | Dmitry Kasatkin | 2013-10-25 | 6 | -13/+13 |
* | | tpm: use tabs instead of whitespaces in Kconfig | Peter Huewe | 2013-10-22 | 1 | -8/+8 |
* | | tpm: Fix module name description in Kconfig for tpm_i2c_infineon | Peter Huewe | 2013-10-22 | 1 | -1/+1 |
* | | tpm: Add support for Atmel I2C TPMs | Jason Gunthorpe | 2013-10-22 | 4 | -0/+295 |
* | | tpm: Add support for the Nuvoton NPCT501 I2C TPM | Jason Gunthorpe | 2013-10-22 | 4 | -0/+723 |
* | | tpm: Merge the tpm-bios module with tpm.o | Jason Gunthorpe | 2013-10-22 | 3 | -11/+3 |
* | | tpm: Rename tpm.c to tpm-interface.c | Jason Gunthorpe | 2013-10-22 | 2 | -0/+2 |
* | | tpm: cleanup checkpatch warnings | Peter Huewe | 2013-10-22 | 1 | -22/+22 |
* | | tpm: Remove tpm_show_caps_1_2 | Jason Gunthorpe | 2013-10-22 | 6 | -39/+27 |
* | | tpm: st33: Remove chip->data_buffer access from this driver | Jason Gunthorpe | 2013-10-22 | 1 | -8/+0 |
* | | tpm: Remove redundant dev_set_drvdata | Jason Gunthorpe | 2013-10-22 | 3 | -6/+0 |