Age | Commit message (Expand) | Author | Files | Lines |
2013-10-29 | apparmor: remove parent task info from audit logging | John Johansen | 2 | -7/+0 |
2013-10-29 | apparmor: remove tsk field from the apparmor_audit_struct | John Johansen | 1 | -8/+2 |
2013-10-29 | apparmor: fix capability to not use the current task, during reporting | John Johansen | 6 | -22/+15 |
2013-10-30 | Merge branch 'smack-for-3.13' of git://git.gitorious.org/smack-next/kernel in... | James Morris | 4 | -9/+34 |
2013-10-28 | Smack: Ptrace access check mode | Casey Schaufler | 1 | -1/+1 |
2013-10-26 | ima: provide hash algo info in the xattr | Dmitry Kasatkin | 2 | -15/+59 |
2013-10-26 | ima: enable support for larger default filedata hash algorithms | Mimi Zohar | 3 | -3/+64 |
2013-10-26 | ima: define kernel parameter 'ima_template=' to change configured default | Roberto Sassu | 2 | -0/+36 |
2013-10-26 | ima: add Kconfig default measurement list template | Mimi Zohar | 2 | -2/+27 |
2013-10-26 | ima: defer determining the appraisal hash algorithm for 'ima' template | Roberto Sassu | 1 | -1/+5 |
2013-10-26 | ima: add audit log support for larger hashes | Mimi Zohar | 1 | -1/+4 |
2013-10-25 | ima: switch to new template management mechanism | Roberto Sassu | 5 | -97/+107 |
2013-10-25 | ima: define new template ima-ng and template fields d-ng and n-ng | Roberto Sassu | 3 | -17/+150 |
2013-10-25 | ima: define template fields library and new helpers | Roberto Sassu | 6 | -8/+242 |
2013-10-25 | ima: new templates management mechanism | Roberto Sassu | 6 | -1/+235 |
2013-10-25 | ima: define new function ima_alloc_init_template() to API | Roberto Sassu | 3 | -39/+76 |
2013-10-25 | ima: pass the filename argument up to ima_add_template_entry() | Roberto Sassu | 4 | -10/+13 |
2013-10-25 | ima: pass the file descriptor to ima_add_violation() | Roberto Sassu | 3 | -5/+5 |
2013-10-25 | ima: ima_calc_boot_agregate must use SHA1 | Dmitry Kasatkin | 3 | -5/+31 |
2013-10-25 | ima: support arbitrary hash algorithms in ima_calc_buffer_hash | Dmitry Kasatkin | 2 | -6/+25 |
2013-10-25 | ima: provide dedicated hash algo allocation function | Dmitry Kasatkin | 1 | -14/+29 |
2013-10-25 | ima: differentiate between template hash and file data hash sizes | Mimi Zohar | 6 | -12/+12 |
2013-10-25 | ima: use dynamically allocated hash storage | Dmitry Kasatkin | 4 | -30/+49 |
2013-10-25 | ima: pass full xattr with the signature | Dmitry Kasatkin | 4 | -5/+7 |
2013-10-25 | ima: read and use signature hash algorithm | Dmitry Kasatkin | 6 | -25/+94 |
2013-10-25 | ima: provide support for arbitrary hash algorithms | Dmitry Kasatkin | 9 | -35/+100 |
2013-10-25 | keys: change asymmetric keys to use common hash definitions | Dmitry Kasatkin | 8 | -48/+28 |
2013-10-25 | crypto: provide single place for hash algo information | Dmitry Kasatkin | 5 | -0/+137 |
2013-10-25 | Revert "ima: policy for RAMFS" | Mimi Zohar | 1 | -1/+0 |
2013-10-25 | ima: fix script messages | Dmitry Kasatkin | 6 | -13/+13 |
2013-10-22 | tpm: use tabs instead of whitespaces in Kconfig | Peter Huewe | 1 | -8/+8 |
2013-10-22 | tpm: Fix module name description in Kconfig for tpm_i2c_infineon | Peter Huewe | 1 | -1/+1 |
2013-10-22 | tpm: Add support for Atmel I2C TPMs | Jason Gunthorpe | 4 | -0/+295 |
2013-10-22 | tpm: Add support for the Nuvoton NPCT501 I2C TPM | Jason Gunthorpe | 4 | -0/+723 |
2013-10-22 | tpm: Merge the tpm-bios module with tpm.o | Jason Gunthorpe | 3 | -11/+3 |
2013-10-22 | tpm: Rename tpm.c to tpm-interface.c | Jason Gunthorpe | 2 | -0/+2 |
2013-10-22 | tpm: cleanup checkpatch warnings | Peter Huewe | 1 | -22/+22 |
2013-10-22 | tpm: Remove tpm_show_caps_1_2 | Jason Gunthorpe | 6 | -39/+27 |
2013-10-22 | tpm: st33: Remove chip->data_buffer access from this driver | Jason Gunthorpe | 1 | -8/+0 |
2013-10-22 | tpm: Remove redundant dev_set_drvdata | Jason Gunthorpe | 3 | -6/+0 |
2013-10-22 | tpm: Use container_of to locate the tpm_chip in tpm_open | Jason Gunthorpe | 1 | -17/+4 |
2013-10-22 | tpm: Store devname in the tpm_chip | Jason Gunthorpe | 2 | -11/+7 |
2013-10-22 | tpm atmel: Call request_region with the correct base | Jason Gunthorpe | 1 | -1/+1 |
2013-10-22 | tpm: ibmvtpm: Use %zd formatting for size_t format arguments | Jason Gunthorpe | 1 | -2/+2 |
2013-10-22 | tpm: MAINTAINERS: Add myself as tpm maintainer | Peter Huewe | 1 | -0/+1 |
2013-10-22 | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r... | James Morris | 17 | -400/+450 |
2013-10-18 | Smack: Implement lock security mode | Casey Schaufler | 4 | -8/+33 |
2013-09-26 | selinux: correct locking in selinux_netlbl_socket_connect) | Paul Moore | 1 | -4/+2 |
2013-09-26 | selinux: Use kmemdup instead of kmalloc + memcpy | Duan Jiong | 1 | -2/+2 |
2013-09-25 | X.509: remove possible code fragility: enumeration values not handled | Antonio Alecrim Jr | 1 | -0/+2 |