| Commit message (Expand) | Author | Age | Files | Lines |
* | evm: skip replacing EVM signature with HMAC on read-only filesystem | Dmitry Kasatkin | 2014-10-07 | 1 | -3/+8 |
* | integrity: base integrity subsystem kconfig options on integrity | Dmitry Kasatkin | 2014-09-09 | 1 | -8/+0 |
* | evm: properly handle INTEGRITY_NOXATTRS EVM status | Dmitry Kasatkin | 2014-09-09 | 1 | -0/+7 |
* | evm: prevent passing integrity check if xattr read fails | Dmitry Kasatkin | 2014-09-08 | 1 | -3/+4 |
* | evm: fix checkpatch warnings | Dmitry Kasatkin | 2014-09-02 | 1 | -3/+0 |
* | evm: prohibit userspace writing 'security.evm' HMAC value | Mimi Zohar | 2014-06-12 | 1 | -2/+10 |
* | evm: provide option to protect additional SMACK xattrs | Dmitry Kasatkin | 2014-06-12 | 2 | -0/+22 |
* | evm: replace HMAC version with attribute mask | Dmitry Kasatkin | 2014-06-12 | 4 | -11/+33 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 2 | -2/+2 |
|\ |
|
| * | get rid of pointless checks for NULL ->i_op | Al Viro | 2014-04-02 | 2 | -2/+2 |
* | | evm: enable key retention service automatically | Dmitry Kasatkin | 2014-03-07 | 1 | -2/+3 |
* | | evm: EVM does not use MD5 | Dmitry Kasatkin | 2014-03-07 | 1 | -1/+0 |
* | | integrity: fix checkpatch errors | Dmitry Kasatkin | 2014-03-07 | 2 | -16/+16 |
* | | security: integrity: Use a more current logging style | Joe Perches | 2014-03-07 | 3 | -5/+11 |
|/ |
|
* | ima: pass full xattr with the signature | Dmitry Kasatkin | 2013-10-25 | 1 | -2/+2 |
* | ima: fix script messages | Dmitry Kasatkin | 2013-10-25 | 1 | -1/+2 |
* | xattr: Constify ->name member of "struct xattr". | Tetsuo Handa | 2013-07-25 | 1 | -1/+1 |
* | evm: audit integrity metadata failures | Mimi Zohar | 2013-06-20 | 1 | -1/+14 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2013-02-21 | 5 | -16/+18 |
|\ |
|
| * | evm: add file system uuid to EVM hmac | Dmitry Kasatkin | 2013-02-06 | 4 | -0/+18 |
| * | evm: remove unused cleanup functions | Dmitry Kasatkin | 2013-01-16 | 3 | -16/+0 |
* | | evm: checking if removexattr is not a NULL | Dmitry Kasatkin | 2013-01-21 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-10-03 | 1 | -0/+3 |
|\ |
|
| * | ima: integrity appraisal extension | Mimi Zohar | 2012-09-07 | 1 | -0/+3 |
* | | userns: Convert EVM to deal with kuids and kgids in it's hmac computation | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'next' into for-linus | James Morris | 2012-01-09 | 3 | -36/+146 |
|\ |
|
| * | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 2011-12-08 | 1 | -3/+11 |
| * | evm: key must be set once during initialization | Dmitry Kasatkin | 2011-12-08 | 1 | -7/+8 |
| * | evm: digital signature verification support | Dmitry Kasatkin | 2011-11-09 | 3 | -30/+142 |
* | | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 2011-12-20 | 1 | -0/+9 |
* | | evm: key must be set once during initialization | Dmitry Kasatkin | 2011-12-20 | 1 | -4/+6 |
|/ |
|
* | evm: permit mode bits to be updated | Mimi Zohar | 2011-09-14 | 1 | -17/+13 |
* | evm: posix acls modify i_mode | Mimi Zohar | 2011-09-14 | 3 | -5/+46 |
* | evm: limit verifying current security.evm integrity | Mimi Zohar | 2011-09-14 | 1 | -34/+24 |
* | evm: remove TCG_TPM dependency | Mimi Zohar | 2011-09-14 | 1 | -2/+1 |
* | evm: add Kconfig TCG_TPM dependency | Mimi Zohar | 2011-08-18 | 1 | -1/+1 |
* | evm: fix evm_inode_init_security return code | Mimi Zohar | 2011-08-11 | 1 | -1/+1 |
* | EVM: ensure trusted and encypted key symbols are available to EVM | James Morris | 2011-08-09 | 1 | -1/+3 |
* | evm: add evm_inode_setattr to prevent updating an invalid security.evm | Mimi Zohar | 2011-07-18 | 1 | -0/+15 |
* | evm: permit only valid security.evm xattrs to be updated | Mimi Zohar | 2011-07-18 | 1 | -14/+63 |
* | evm: replace hmac_status with evm_status | Dmitry Kasatkin | 2011-07-18 | 1 | -7/+7 |
* | evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN | Dmitry Kasatkin | 2011-07-18 | 1 | -6/+5 |
* | evm: additional parameter to pass integrity cache entry 'iint' | Dmitry Kasatkin | 2011-07-18 | 1 | -10/+8 |
* | evm: crypto hash replaced by shash | Dmitry Kasatkin | 2011-07-18 | 3 | -45/+57 |
* | evm: add evm_inode_init_security to initialize new files | Mimi Zohar | 2011-07-18 | 3 | -0/+61 |
* | security: imbed evm calls in security hooks | Mimi Zohar | 2011-07-18 | 1 | -0/+1 |
* | evm: add support for different security.evm data types | Dmitry Kasatkin | 2011-07-18 | 2 | -9/+12 |
* | evm: re-release | Mimi Zohar | 2011-07-18 | 6 | -0/+626 |