aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin2014-12-141-3/+6
* evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar2014-07-111-2/+10
* evm: checking if removexattr is not a NULLDmitry Kasatkin2013-02-061-2/+2
* ima: fix Kconfig dependenciesFabio Estevam2012-04-021-1/+1
* ima: fix invalid memory referenceRoberto Sassu2012-01-251-5/+11
* ima: free duplicate measurement memoryRoberto Sassu2012-01-252-2/+3
* evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-201-0/+9
* evm: key must be set once during initializationDmitry Kasatkin2011-12-201-4/+6
* Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+1
|\
| * um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
* | evm: clean verification statusDmitry Kasatkin2011-09-141-0/+1
* | evm: permit mode bits to be updatedMimi Zohar2011-09-141-17/+13
* | evm: posix acls modify i_modeMimi Zohar2011-09-143-5/+46
* | evm: limit verifying current security.evm integrityMimi Zohar2011-09-141-34/+24
* | evm: remove TCG_TPM dependencyMimi Zohar2011-09-141-2/+1
* | ima: sparse fix: include linux/ima.h in ima_main.cJames Morris2011-09-091-0/+1
* | ima: sparse fix: make ima_open_policy staticJames Morris2011-09-091-1/+1
* | integrity: sparse fix: move iint_initialized to integrity.hJames Morris2011-09-092-1/+3
* | evm: add Kconfig TCG_TPM dependencyMimi Zohar2011-08-181-1/+1
* | evm: fix evm_inode_init_security return codeMimi Zohar2011-08-111-1/+1
* | EVM: ensure trusted and encypted key symbols are available to EVMJames Morris2011-08-091-1/+3
* | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-0916-199/+1022
|\ \ | |/ |/|
| * evm: add evm_inode_setattr to prevent updating an invalid security.evmMimi Zohar2011-07-181-0/+15
| * evm: permit only valid security.evm xattrs to be updatedMimi Zohar2011-07-181-14/+63
| * evm: replace hmac_status with evm_statusDmitry Kasatkin2011-07-183-9/+9
| * evm: evm_verify_hmac must not return INTEGRITY_UNKNOWNDmitry Kasatkin2011-07-181-6/+5
| * evm: additional parameter to pass integrity cache entry 'iint'Dmitry Kasatkin2011-07-181-10/+8
| * evm: crypto hash replaced by shashDmitry Kasatkin2011-07-183-45/+57
| * evm: add evm_inode_init_security to initialize new filesMimi Zohar2011-07-183-0/+61
| * security: imbed evm calls in security hooksMimi Zohar2011-07-181-0/+1
| * evm: add support for different security.evm data typesDmitry Kasatkin2011-07-183-9/+23
| * evm: re-releaseMimi Zohar2011-07-1810-1/+632
| * integrity: move ima inode integrity data managementMimi Zohar2011-07-1810-199/+242
* | ima: fmode_t misspelled as mode_t...Al Viro2011-07-261-1/+1
|/
* ima: remove unnecessary call to ima_must_measureMimi Zohar2011-02-233-15/+7
* IMA: remove IMA imbalance checkingMimi Zohar2011-02-102-104/+4
* IMA: maintain i_readcount in the VFS layerMimi Zohar2011-02-102-19/+8
* IMA: convert i_readcount to atomicMimi Zohar2011-02-102-8/+10
* ima: fix add LSM rule bugMimi Zohar2011-01-031-0/+2
* IMA: fix the ToMToU logicEric Paris2010-10-261-5/+6
* IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2010-10-262-5/+12
* IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-263-30/+19
* IMA: only allocate iint when neededEric Paris2010-10-261-30/+64
* IMA: move read counter into struct inodeEric Paris2010-10-264-34/+17
* IMA: use i_writecount rather than a private counterEric Paris2010-10-263-17/+6
* IMA: use inode->i_lock to protect read and write countersEric Paris2010-10-262-34/+24
* IMA: convert internal flags from long to charEric Paris2010-10-261-2/+2
* IMA: use unsigned int instead of long for countersEric Paris2010-10-263-9/+14
* IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-263-14/+3
* IMA: use rbtree instead of radix tree for inode information cacheEric Paris2010-10-262-36/+75