Age | Commit message (Expand) | Author | Files | Lines |
2011-09-14 | evm: clean verification status | Dmitry Kasatkin | 1 | -0/+1 |
2011-09-14 | evm: permit mode bits to be updated | Mimi Zohar | 1 | -17/+13 |
2011-09-14 | evm: posix acls modify i_mode | Mimi Zohar | 3 | -5/+46 |
2011-09-14 | evm: limit verifying current security.evm integrity | Mimi Zohar | 1 | -34/+24 |
2011-09-14 | evm: remove TCG_TPM dependency | Mimi Zohar | 1 | -2/+1 |
2011-09-09 | ima: sparse fix: include linux/ima.h in ima_main.c | James Morris | 1 | -0/+1 |
2011-09-09 | ima: sparse fix: make ima_open_policy static | James Morris | 1 | -1/+1 |
2011-09-09 | integrity: sparse fix: move iint_initialized to integrity.h | James Morris | 2 | -1/+3 |
2011-08-18 | evm: add Kconfig TCG_TPM dependency | Mimi Zohar | 1 | -1/+1 |
2011-08-11 | evm: fix evm_inode_init_security return code | Mimi Zohar | 1 | -1/+1 |
2011-08-09 | EVM: ensure trusted and encypted key symbols are available to EVM | James Morris | 1 | -1/+3 |
2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 16 | -199/+1022 |
2011-07-26 | ima: fmode_t misspelled as mode_t... | Al Viro | 1 | -1/+1 |
2011-07-18 | evm: add evm_inode_setattr to prevent updating an invalid security.evm | Mimi Zohar | 1 | -0/+15 |
2011-07-18 | evm: permit only valid security.evm xattrs to be updated | Mimi Zohar | 1 | -14/+63 |
2011-07-18 | evm: replace hmac_status with evm_status | Dmitry Kasatkin | 3 | -9/+9 |
2011-07-18 | evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN | Dmitry Kasatkin | 1 | -6/+5 |
2011-07-18 | evm: additional parameter to pass integrity cache entry 'iint' | Dmitry Kasatkin | 1 | -10/+8 |
2011-07-18 | evm: crypto hash replaced by shash | Dmitry Kasatkin | 3 | -45/+57 |
2011-07-18 | evm: add evm_inode_init_security to initialize new files | Mimi Zohar | 3 | -0/+61 |
2011-07-18 | security: imbed evm calls in security hooks | Mimi Zohar | 1 | -0/+1 |
2011-07-18 | evm: add support for different security.evm data types | Dmitry Kasatkin | 3 | -9/+23 |
2011-07-18 | evm: re-release | Mimi Zohar | 10 | -1/+632 |
2011-07-18 | integrity: move ima inode integrity data management | Mimi Zohar | 10 | -199/+242 |
2011-02-23 | ima: remove unnecessary call to ima_must_measure | Mimi Zohar | 3 | -15/+7 |
2011-02-10 | IMA: remove IMA imbalance checking | Mimi Zohar | 2 | -104/+4 |
2011-02-10 | IMA: maintain i_readcount in the VFS layer | Mimi Zohar | 2 | -19/+8 |
2011-02-10 | IMA: convert i_readcount to atomic | Mimi Zohar | 2 | -8/+10 |
2011-01-03 | ima: fix add LSM rule bug | Mimi Zohar | 1 | -0/+2 |
2010-10-26 | IMA: fix the ToMToU logic | Eric Paris | 1 | -5/+6 |
2010-10-26 | IMA: explicit IMA i_flag to remove global lock on inode_delete | Eric Paris | 2 | -5/+12 |
2010-10-26 | IMA: drop refcnt from ima_iint_cache since it isn't needed | Eric Paris | 3 | -30/+19 |
2010-10-26 | IMA: only allocate iint when needed | Eric Paris | 1 | -30/+64 |
2010-10-26 | IMA: move read counter into struct inode | Eric Paris | 4 | -34/+17 |
2010-10-26 | IMA: use i_writecount rather than a private counter | Eric Paris | 3 | -17/+6 |
2010-10-26 | IMA: use inode->i_lock to protect read and write counters | Eric Paris | 2 | -34/+24 |
2010-10-26 | IMA: convert internal flags from long to char | Eric Paris | 1 | -2/+2 |
2010-10-26 | IMA: use unsigned int instead of long for counters | Eric Paris | 3 | -9/+14 |
2010-10-26 | IMA: drop the inode opencount since it isn't needed for operation | Eric Paris | 3 | -14/+3 |
2010-10-26 | IMA: use rbtree instead of radix tree for inode information cache | Eric Paris | 2 | -36/+75 |
2010-09-08 | ima: always maintain counters | Mimi Zohar | 3 | -4/+9 |
2010-08-02 | ima: use generic_file_llseek for securityfs | Arnd Bergmann | 1 | -3/+6 |
2010-05-21 | kref: remove kref_set | NeilBrown | 1 | -2/+2 |
2010-05-17 | ima: remove ACPI dependency | Mimi Zohar | 1 | -3/+2 |
2010-05-07 | Revert "ima: remove ACPI dependency" | James Morris | 1 | -2/+3 |
2010-05-06 | Merge branch 'master' into next | James Morris | 9 | -0/+9 |
2010-05-05 | ima: remove ACPI dependency | Mimi Zohar | 1 | -3/+2 |
2010-04-23 | IMA: include the word IMA in printk messages | Eric Paris | 3 | -5/+5 |
2010-04-21 | IMA: drop the word integrity in the audit message | Eric Paris | 1 | -1/+1 |
2010-04-21 | IMA: use audit_log_untrusted_string rather than %s | Eric Paris | 1 | -13/+20 |