summaryrefslogtreecommitdiff
path: root/security/integrity/ima
AgeCommit message (Expand)Author
2013-11-01ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar
2013-11-01ima: extend the measurement list to include the file signatureMimi Zohar
2013-10-27ima: provide hash algo info in the xattrDmitry Kasatkin
2013-10-27ima: enable support for larger default filedata hash algorithmsMimi Zohar
2013-10-27ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu
2013-10-27ima: add Kconfig default measurement list templateMimi Zohar
2013-10-27ima: defer determining the appraisal hash algorithm for 'ima' templateRoberto Sassu
2013-10-27ima: add audit log support for larger hashesMimi Zohar
2013-10-25ima: switch to new template management mechanismRoberto Sassu
2013-10-25ima: define new template ima-ng and template fields d-ng and n-ngRoberto Sassu
2013-10-25ima: define template fields library and new helpersRoberto Sassu
2013-10-25ima: new templates management mechanismRoberto Sassu
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu
2013-10-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin
2013-10-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin
2013-10-25ima: provide dedicated hash algo allocation functionDmitry Kasatkin
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar
2013-10-25ima: use dynamically allocated hash storageDmitry Kasatkin
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin
2013-10-25Revert "ima: policy for RAMFS"Mimi Zohar
2013-10-25ima: fix script messagesDmitry Kasatkin
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells
2013-06-20integrity: move integrity_audit_msg()Mimi Zohar
2013-04-18ima: eliminate passing d_name.name to process_measurement()Mimi Zohar
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25block: fix part_pack_uuid() build errorMimi Zohar
2013-02-25ima: "remove enforce checking duplication" merge fixMimi Zohar
2013-02-23new helper: file_inode(file)Al Viro
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin
2013-02-06ima: add policy support for file system uuidDmitry Kasatkin
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin
2013-01-16ima: forbid write access to files with digital signaturesDmitry Kasatkin
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar
2013-01-16ima: remove security.ima hexdumpDmitry Kasatkin
2013-01-16ima: remove enforce checking duplicationDmitry Kasatkin
2013-01-16ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin
2013-01-16ima: re-initialize IMA policy LSM infoMimi Zohar
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar
2012-12-14ima: support new kernel module syscallMimi Zohar