- c77aeec Merge 840e5bb326bb ("Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
- 455b6c9 evm: Check size of security.evm before using it by Roberto Sassu · 4 years, 5 months ago
- 7fe2bb7 integrity: invalid kernel parameters feedback by Bruno Meneguele · 4 years, 5 months ago
- 2f9c5c3 Merge 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh") into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
- 3c0ad98 Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 8 months ago
- c167607 Merge 5.7-rc7 into android-mainline by Greg Kroah-Hartman · 4 years, 8 months ago
- 8433856 evm: Fix a small race in init_desc() by Dan Carpenter · 4 years, 9 months ago
- 0c4395f evm: Fix possible memory leak in evm_calc_hmac_or_hash() by Roberto Sassu · 4 years, 9 months ago
- 770f605 evm: Fix RCU list related warnings by Madhuparna Bhowmik · 4 years, 9 months ago
- 53de3b0 evm: Check also if *tfm is an error pointer in init_desc() by Roberto Sassu · 4 years, 9 months ago
- 4762751 Merge e109f5060741 ("Merge tag 'mtd/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 10 months ago
- 555d6d7 integrity: Remove duplicate pr_fmt definitions by Tushar Sugandhi · 5 years ago
- 3484eba FROMLIST: Add flags option to get xattr method paired to __vfs_getxattr by Mark Salyzyn · 5 years ago
- 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
- 8b68150 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 6 years ago
- 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
- 650b29d integrity: Introduce struct evm_xattr by Thiago Jung Bauermann · 6 years ago
- 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
- b886d83 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
- d266b3f Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 6 years ago
- 221be10 evm: check hash algorithm passed to init_desc() by Roberto Sassu · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- a1aa08a audit: link integrity evm_write_xattrs record to syscall event by Richard Guy Briggs · 6 years ago
- e7fde07 evm: Use defined constant for UUID representation by Andy Shevchenko · 6 years ago
- c8b3752 evm: remove set but not used variable 'xattr' by YueHaibing · 6 years ago
- b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 876979c security: audit and remove any unnecessary uses of module.h by Paul Gortmaker · 6 years ago
- 3aafb1f security: integrity: make evm_main explicitly non-modular by Paul Gortmaker · 6 years ago
- 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
- b2724d5 security/integrity: constify some read-only data by Eric Biggers · 6 years ago
- 3dd0f18 EVM: fix return value check in evm_write_xattrs() by Wei Yongjun · 7 years ago
- 5feeb61 evm: Allow non-SHA1 digital signatures by Matthew Garrett · 7 years ago
- e2861fa evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 7 years ago
- 00d535a Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
- b5c90a7 EVM: unlock on error path in evm_read_xattrs() by Dan Carpenter · 7 years ago
- a41d80a EVM: prevent array underflow in evm_write_xattrs() by Dan Carpenter · 7 years ago
- 72acd64 EVM: Fix null dereference on xattr when xattr fails to allocate by Colin Ian King · 7 years ago
- 825b865 EVM: fix memory leak of temporary buffer 'temp' by Colin Ian King · 7 years ago
- fa516b6 EVM: Allow runtime modification of the set of verified xattrs by Matthew Garrett · 7 years ago
- 21af766 EVM: turn evm_config_xattrnames into a list by Matthew Garrett · 7 years ago
- 0c343af integrity: Add an integrity directory in securityfs by Matthew Garrett · 7 years ago
- a3a5c96 evm: Don't update hmacs in user ns mounts by Seth Forshee · 7 years ago
- 70946c4a evm: check for remount ro in progress before writing by Sascha Hauer · 7 years ago
- 17d7b0a evm: Constify *integrity_status_msg[] by Hernán Gonzalez · 7 years ago
- 1a82cee evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c by Hernán Gonzalez · 7 years ago
- 50b9774 EVM: Add support for portable signature format by Matthew Garrett · 7 years ago
- ae1ba16 EVM: Allow userland to permit modification of EVM-protected metadata by Matthew Garrett · 7 years ago
- 0485d06 EVM: Only complain about a missing HMAC key once by Matthew Garrett · 7 years ago
- f00d797 EVM: Allow userspace to signal an RSA key has been loaded by Matthew Garrett · 7 years ago
- 096b854 EVM: Include security.apparmor in EVM measurements by Matthew Garrett · 7 years ago
- 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 8 years ago
- 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 19339c2 Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC" by Eric W. Biederman · 8 years ago
- b4bfec7 security/integrity: Harden against malformed xattrs by Seth Forshee · 8 years ago
- 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
- 0b3c976 evm: Translate user/group ids relative to s_user_ns when computing HMAC by Seth Forshee · 10 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 613317b EVM: Use crypto_memneq() for digest comparisons by Ryan Ware · 9 years ago
- 05d3884 evm: EVM_LOAD_X509 depends on EVM by Arnd Bergmann · 9 years ago
- 523b74b evm: reset EVM status when file attributes change by Dmitry Kasatkin · 9 years ago
- 7626676 evm: provide a function to set the EVM key from the kernel by Dmitry Kasatkin · 9 years ago
- 26ddabf evm: enable EVM when X509 certificate is loaded by Dmitry Kasatkin · 9 years ago
- 2ce523e evm: load an x509 certificate from the kernel by Dmitry Kasatkin · 9 years ago
- f4dc377 integrity: define '.evm' as a builtin 'trusted' keyring by Dmitry Kasatkin · 9 years ago
- 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
- 7c51bb00 evm: fix potential race when removing xattrs by Dmitry Kasatkin · 10 years ago
- 5101a18 evm: labeling pseudo filesystems exception by Mimi Zohar · 10 years ago
- c6f493d VFS: security/: d_backing_inode() annotations by David Howells · 10 years ago
- 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
- 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- 3b1deef evm: check xattr value length and type in evm_inode_setxattr() by Dmitry Kasatkin · 10 years ago
- c2baec7 evm: skip replacing EVM signature with HMAC on read-only filesystem by Dmitry Kasatkin · 10 years ago
- 7ef84e6 integrity: base integrity subsystem kconfig options on integrity by Dmitry Kasatkin · 11 years ago
- 3dcbad5 evm: properly handle INTEGRITY_NOXATTRS EVM status by Dmitry Kasatkin · 10 years ago
- 1f10097 evm: prevent passing integrity check if xattr read fails by Dmitry Kasatkin · 10 years ago
- e7d021e evm: fix checkpatch warnings by Dmitry Kasatkin · 10 years ago
- 2fb1c9a evm: prohibit userspace writing 'security.evm' HMAC value by Mimi Zohar · 11 years ago
- 3e38df5 evm: provide option to protect additional SMACK xattrs by Dmitry Kasatkin · 11 years ago
- d3b3367 evm: replace HMAC version with attribute mask by Dmitry Kasatkin · 11 years ago
- 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 11 years ago
- a3aef94 evm: enable key retention service automatically by Dmitry Kasatkin · 11 years ago
- e042003 evm: EVM does not use MD5 by Dmitry Kasatkin · 11 years ago
- 2bb930a integrity: fix checkpatch errors by Dmitry Kasatkin · 11 years ago
- 20ee451 security: integrity: Use a more current logging style by Joe Perches · 11 years ago
- b1aaab2 ima: pass full xattr with the signature by Dmitry Kasatkin · 11 years ago
- 089bc8e ima: fix script messages by Dmitry Kasatkin · 11 years ago
- 9548906 xattr: Constify ->name member of "struct xattr". by Tetsuo Handa · 12 years ago
- 9b97b6c evm: audit integrity metadata failures by Mimi Zohar · 12 years ago
- 33673dc Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
- 74de668 evm: add file system uuid to EVM hmac by Dmitry Kasatkin · 12 years ago
- a67adb9 evm: checking if removexattr is not a NULL by Dmitry Kasatkin · 12 years ago
- e908056 evm: remove unused cleanup functions by Dmitry Kasatkin · 12 years ago
- 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
- cf9c935 userns: Convert EVM to deal with kuids and kgids in it's hmac computation by Eric W. Biederman · 13 years ago
- 2fe5d6d ima: integrity appraisal extension by Mimi Zohar · 13 years ago