summaryrefslogtreecommitdiff
path: root/security/integrity/ima
AgeCommit message (Expand)AuthorFilesLines
2013-10-25ima: define template fields library and new helpersRoberto Sassu6-8/+242
2013-10-25ima: new templates management mechanismRoberto Sassu4-1/+146
2013-10-25ima: define new function ima_alloc_init_template() to APIRoberto Sassu3-39/+76
2013-10-25ima: pass the filename argument up to ima_add_template_entry()Roberto Sassu4-10/+13
2013-10-25ima: pass the file descriptor to ima_add_violation()Roberto Sassu3-5/+5
2013-10-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin3-5/+31
2013-10-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin2-6/+25
2013-10-25ima: provide dedicated hash algo allocation functionDmitry Kasatkin1-14/+29
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar6-12/+12
2013-10-25ima: use dynamically allocated hash storageDmitry Kasatkin2-28/+45
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin1-1/+1
2013-10-25ima: read and use signature hash algorithmDmitry Kasatkin4-14/+83
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin6-29/+86
2013-10-25Revert "ima: policy for RAMFS"Mimi Zohar1-1/+0
2013-10-25ima: fix script messagesDmitry Kasatkin3-10/+9
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-91/+0
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells1-1/+1
2013-06-20integrity: move integrity_audit_msg()Mimi Zohar4-91/+0
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar1-9/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+6
2013-02-26block: fix part_pack_uuid() build errorMimi Zohar1-5/+6
2013-02-26ima: "remove enforce checking duplication" merge fixMimi Zohar1-1/+2
2013-02-22new helper: file_inode(file)Al Viro3-6/+6
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds7-159/+341
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin3-9/+9
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin3-38/+41
2013-02-06ima: add policy support for file system uuidDmitry Kasatkin1-1/+21
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar2-6/+12
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar4-19/+106
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin3-1/+23
2013-01-16ima: forbid write access to files with digital signaturesDmitry Kasatkin1-2/+5
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin3-31/+38
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar4-7/+8
2013-01-16ima: remove security.ima hexdumpDmitry Kasatkin1-5/+0
2013-01-16ima: remove enforce checking duplicationDmitry Kasatkin1-32/+20
2013-01-16ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin1-5/+6
2013-01-16ima: re-initialize IMA policy LSM infoMimi Zohar1-10/+58
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar3-5/+11
2012-12-14ima: support new kernel module syscallMimi Zohar4-3/+27
2012-10-05ima: fix bug in argument orderDmitry Kasatkin2-4/+4
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds8-100/+601
2012-09-21userns: Add user namespace support to IMAEric W. Biederman2-9/+10
2012-09-13ima: audit log hashesPeter Moody4-4/+50
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin3-13/+14
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin3-4/+4
2012-09-07ima: digital signature verification supportDmitry Kasatkin1-19/+51
2012-09-07ima: add support for different security.ima data typesMimi Zohar2-13/+16
2012-09-07ima: add ima_inode_setxattr/removexattr function and callsMimi Zohar1-0/+57
2012-09-07ima: allocating iint improvementsDmitry Kasatkin1-9/+4