summaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)AuthorLines
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa-1/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-34/+50
2013-06-29Replace a bunch of file->dentry->d_inode refs with file_inode()David Howells-1/+1
2013-06-20evm: audit integrity metadata failuresMimi Zohar-1/+14
2013-06-20integrity: move integrity_audit_msg()Mimi Zohar-33/+36
2013-04-17ima: eliminate passing d_name.name to process_measurement()Mimi Zohar-9/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+6
2013-02-26block: fix part_pack_uuid() build errorMimi Zohar-5/+6
2013-02-26ima: "remove enforce checking duplication" merge fixMimi Zohar-1/+2
2013-02-22new helper: file_inode(file)Al Viro-6/+6
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-193/+552
2013-02-06ima: digital signature verification using asymmetric keysDmitry Kasatkin-1/+150
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin-9/+9
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin-38/+41
2013-02-06ima: add policy support for file system uuidDmitry Kasatkin-1/+21
2013-02-06evm: add file system uuid to EVM hmacDmitry Kasatkin-0/+18
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar-6/+12
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar-25/+136
2013-01-22ima: increase iint flag sizeMimi Zohar-12/+12
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin-1/+25
2013-01-22evm: checking if removexattr is not a NULLDmitry Kasatkin-2/+2
2013-01-16ima: forbid write access to files with digital signaturesDmitry Kasatkin-2/+5
2013-01-16ima: move full pathname resolution to separate functionDmitry Kasatkin-31/+38
2013-01-16integrity: reduce storage size for ima_status and evm_statusDmitry Kasatkin-2/+2
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar-7/+8
2013-01-16ima: remove security.ima hexdumpDmitry Kasatkin-5/+0
2013-01-16ima: remove enforce checking duplicationDmitry Kasatkin-32/+20
2013-01-16ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin-5/+6
2013-01-16evm: remove unused cleanup functionsDmitry Kasatkin-16/+0
2013-01-16ima: re-initialize IMA policy LSM infoMimi Zohar-10/+58
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar-5/+11
2012-12-14ima: support new kernel module syscallMimi Zohar-3/+27
2012-10-05ima: fix bug in argument orderDmitry Kasatkin-4/+4
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-140/+650
2012-09-21userns: Add user namespace support to IMAEric W. Biederman-9/+10
2012-09-21userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman-2/+2
2012-09-19ima: change flags container data typeDmitry Kasatkin-1/+1
2012-09-13ima: audit log hashesPeter Moody-6/+55
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin-19/+26
2012-09-12ima: rename ima_must_appraise_or_measureDmitry Kasatkin-4/+4
2012-09-07ima: digital signature verification supportDmitry Kasatkin-19/+52
2012-09-07ima: add support for different security.ima data typesMimi Zohar-14/+17
2012-09-07ima: add ima_inode_setxattr/removexattr function and callsMimi Zohar-0/+57
2012-09-07ima: replace iint spinblock with rwlock/read_lockDmitry Kasatkin-9/+7
2012-09-07ima: allocating iint improvementsDmitry Kasatkin-35/+23
2012-09-07ima: add appraise action keywords and default rulesMimi Zohar-40/+116
2012-09-07ima: integrity appraisal extensionMimi Zohar-53/+351
2012-08-22ima: enable the IBM vTPM as the default TPM in the PPC64 caseKent Yoder-0/+1
2012-07-05ima: audit is compiled only when enabledDmitry Kasatkin-5/+13