| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-13 | evm: terminate and bound the evm_xattrs read buffer | Pengpeng Hou | 1 | -5/+11 |
| 2026-04-17 | Merge tag 'integrity-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 2 | -9/+63 |
| 2026-04-01 | evm: Enforce signatures version 3 with new EVM policy 'bit 3' | Stefan Berger | 2 | -1/+16 |
| 2026-04-01 | ima: Define asymmetric_verify_v3() to verify IMA sigv3 signatures | Mimi Zohar | 1 | -1/+2 |
| 2026-03-17 | EVM: add comment describing why ino field is still unsigned long | Jeff Layton | 1 | -0/+6 |
| 2026-03-05 | evm: fix security.evm for a file with IMA signature | Coiby Xu | 1 | -0/+28 |
| 2026-03-05 | evm: Don't enable fix mode when secure boot is enabled | Coiby Xu | 1 | -7/+17 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -2/+2 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-01-23 | evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac() | Roberto Sassu | 1 | -4/+10 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2025-10-22 | ima,evm: move initcalls to the LSM framework | Roberto Sassu | 2 | -4/+10 |
| 2025-10-22 | lsm: replace the name field with a pointer to the lsm_id struct | Paul Moore | 1 | -1/+1 |
| 2025-06-17 | evm_secfs: clear securityfs interactions | Al Viro | 1 | -8/+7 |
| 2025-02-04 | integrity: fix typos and spelling errors | Tanya Agarwal | 2 | -2/+2 |
| 2024-10-09 | evm: stop avoidably reading i_writecount in evm_file_release | Mateusz Guzik | 1 | -1/+2 |
| 2024-07-31 | lsm: Refactor return value of LSM hook inode_copy_up_xattr | Xu Kuohai | 1 | -1/+1 |
| 2024-04-09 | evm: Rename is_unsupported_fs to is_unsupported_hmac_fs | Stefan Berger | 1 | -9/+10 |
| 2024-04-09 | fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED | Stefan Berger | 1 | -1/+1 |
| 2024-04-09 | evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509 | Stefan Berger | 1 | -5/+7 |
| 2024-04-09 | evm: Store and detect metadata inode attributes changes | Stefan Berger | 3 | -10/+49 |
| 2024-04-09 | evm: Use the metadata inode to calculate metadata hash | Stefan Berger | 1 | -1/+1 |
| 2024-04-09 | evm: Implement per signature type decision in security_inode_copy_up_xattr | Stefan Berger | 1 | -3/+28 |
| 2024-04-09 | security: allow finer granularity in permitting copy-up of security xattrs | Stefan Berger | 1 | -1/+1 |
| 2024-04-08 | integrity: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -1/+1 |
| 2024-02-15 | evm: Make it independent from 'integrity' LSM | Roberto Sassu | 4 | -22/+78 |
| 2024-02-15 | evm: Move to LSM infrastructure | Roberto Sassu | 1 | -16/+102 |
| 2024-02-15 | evm: Align evm_inode_post_setxattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+3 |
| 2024-02-15 | evm: Align evm_inode_setxattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+2 |
| 2024-02-15 | evm: Align evm_inode_post_setattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+3 |
| 2023-12-20 | evm: add support to disable EVM on unsupported filesystems | Mimi Zohar | 1 | -1/+34 |
| 2023-12-20 | evm: don't copy up 'security.evm' xattr | Mimi Zohar | 1 | -0/+7 |
| 2023-09-15 | evm: Do not include crypto/algapi.h | Herbert Xu | 1 | -2/+1 |
| 2023-08-30 | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -10/+44 |
| 2023-08-17 | integrity: Enforce digitalSignature usage in the ima and evm keyrings | Eric Snowberg | 1 | -1/+2 |
| 2023-07-10 | evm: Support multiple LSMs providing an xattr | Roberto Sassu | 3 | -7/+37 |
| 2023-07-10 | evm: Align evm_inode_init_security() definition with LSM infrastructure | Roberto Sassu | 1 | -6/+10 |
| 2023-06-06 | evm: Fix build warnings | Roberto Sassu | 2 | -2/+2 |
| 2023-06-05 | evm: Complete description of evm_inode_setattr() | Roberto Sassu | 1 | -0/+2 |
| 2023-02-22 | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -17/+16 |
| 2023-01-31 | evm: call dump_security_xattr() in all cases to remove code duplication | Xiu Jianfeng | 1 | -17/+16 |
| 2023-01-19 | fs: port i_{g,u}id_{needs_}update() to mnt_idmap | Christian Brauner | 1 | -3/+2 |
| 2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -6/+6 |
| 2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 2 | -12/+12 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2 | -5/+5 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+5 |
| 2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+8 |
| 2022-11-18 | lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths | Paul Moore | 2 | -4/+8 |
| 2022-10-28 | evm: remove dead code in evm_inode_set_acl() | Christian Brauner | 1 | -3/+2 |
| 2022-10-20 | evm: remove evm_xattr_acl_change() | Christian Brauner | 1 | -64/+0 |
| 2022-10-20 | integrity: implement get and set acl hook | Christian Brauner | 1 | -1/+82 |
| 2022-08-31 | acl: move idmapping handling into posix_acl_xattr_set() | Christian Brauner | 1 | -3/+14 |
| 2022-08-02 | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -29/+23 |
| 2022-08-01 | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+7 |
| 2022-07-13 | evm: Use IS_ENABLED to initialize .enabled | Xiu Jianfeng | 1 | -29/+23 |
| 2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -2/+2 |
| 2022-06-26 | security: pass down mount idmapping to setattr hook | Christian Brauner | 1 | -3/+5 |
| 2022-06-26 | fs: port to iattr ownership update helpers | Christian Brauner | 1 | -2/+2 |
| 2022-06-15 | Revert "evm: Fix memleak in init_desc" | Xiu Jianfeng | 1 | -5/+2 |
| 2022-05-16 | evm: Clean up some variables | Stefan Berger | 2 | -4/+1 |
| 2022-05-16 | evm: Return INTEGRITY_PASS for enum integrity_status value '0' | Stefan Berger | 1 | -1/+1 |
| 2022-02-22 | EVM: fix the evm= __setup handler return value | Randy Dunlap | 1 | -1/+1 |
| 2021-10-28 | evm: mark evm_fixmode as __ro_after_init | Austin Kim | 1 | -1/+1 |
| 2021-06-21 | evm: Check xattr size discrepancy between kernel and user | Roberto Sassu | 1 | -1/+7 |
| 2021-06-20 | evm: output EVM digest calculation info | Mimi Zohar | 2 | -0/+47 |
| 2021-06-08 | ima/evm: Fix type mismatch | Roberto Sassu | 1 | -1/+1 |
| 2021-06-03 | evm: Don't return an error in evm_write_xattrs() if audit is not enabled | Roberto Sassu | 1 | -1/+1 |
| 2021-06-02 | ima: Define new template fields xattrnames, xattrlengths and xattrvalues | Roberto Sassu | 1 | -0/+69 |
| 2021-06-01 | evm: Verify portable signatures against all protected xattrs | Roberto Sassu | 4 | -12/+68 |
| 2021-06-01 | evm: Allow setxattr() and setattr() for unmodified metadata | Roberto Sassu | 1 | -1/+112 |
| 2021-05-21 | evm: Pass user namespace to set/remove xattr hooks | Roberto Sassu | 1 | -6/+11 |
| 2021-05-21 | evm: Allow xattr/attr operations for portable signatures | Roberto Sassu | 1 | -6/+27 |
| 2021-05-21 | evm: Introduce evm_hmac_disabled() to safely ignore verification errors | Roberto Sassu | 1 | -1/+38 |
| 2021-05-21 | evm: Introduce evm_revalidate_status() | Roberto Sassu | 1 | -4/+36 |
| 2021-05-21 | evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded | Roberto Sassu | 1 | -4/+4 |
| 2021-05-21 | evm: Execute evm_inode_init_security() only when an HMAC key is loaded | Roberto Sassu | 1 | -2/+3 |
| 2021-05-20 | evm: fix writing <securityfs>/evm overflow | Mimi Zohar | 1 | -2/+3 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -8/+9 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 2 | -7/+8 |
| 2021-01-13 | evm: Fix memleak in init_desc | Dinghao Liu | 1 | -2/+5 |
| 2020-09-15 | evm: Check size of security.evm before using it | Roberto Sassu | 1 | -0/+6 |
| 2020-09-08 | integrity: invalid kernel parameters feedback | Bruno Meneguele | 1 | -0/+3 |
| 2020-06-06 | Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -1/+1 |
| 2020-05-14 | evm: Fix a small race in init_desc() | Dan Carpenter | 1 | -22/+22 |
| 2020-05-07 | evm: Fix possible memory leak in evm_calc_hmac_or_hash() | Roberto Sassu | 1 | -1/+1 |
| 2020-05-07 | evm: Fix RCU list related warnings | Madhuparna Bhowmik | 3 | -4/+11 |
| 2020-05-07 | evm: Check also if *tfm is an error pointer in init_desc() | Roberto Sassu | 1 | -1/+1 |
| 2020-02-28 | integrity: Remove duplicate pr_fmt definitions | Tushar Sugandhi | 3 | -6/+0 |
| 2019-07-10 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2019-07-08 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+4 |
| 2019-07-08 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-30 | integrity: Introduce struct evm_xattr | Thiago Jung Bauermann | 1 | -4/+4 |
| 2019-06-27 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 5 | -21/+5 |
| 2019-05-31 | Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+3 |
| 2019-05-29 | evm: check hash algorithm passed to init_desc() | Roberto Sassu | 1 | -0/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+5 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2019-03-27 | audit: link integrity evm_write_xattrs record to syscall event | Richard Guy Briggs | 1 | -5/+5 |
| 2019-02-04 | evm: Use defined constant for UUID representation | Andy Shevchenko | 1 | -2/+1 |
| 2019-02-04 | evm: remove set but not used variable 'xattr' | YueHaibing | 1 | -5/+1 |
| 2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -2/+1 |
| 2018-12-12 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 3 | -3/+2 |
| 2018-12-12 | security: integrity: make evm_main explicitly non-modular | Paul Gortmaker | 1 | -4/+1 |
| 2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 1 | -2/+1 |
| 2018-10-10 | security/integrity: constify some read-only data | Eric Biggers | 1 | -2/+2 |
| 2018-07-22 | EVM: fix return value check in evm_write_xattrs() | Wei Yongjun | 1 | -2/+2 |
| 2018-07-18 | evm: Allow non-SHA1 digital signatures | Matthew Garrett | 4 | -31/+46 |
| 2018-07-18 | evm: Don't deadlock if a crypto algorithm is unavailable | Matthew Garrett | 1 | -1/+2 |
| 2018-06-07 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -42/+271 |
| 2018-06-01 | EVM: unlock on error path in evm_read_xattrs() | Dan Carpenter | 1 | -1/+3 |
| 2018-05-31 | EVM: prevent array underflow in evm_write_xattrs() | Dan Carpenter | 1 | -1/+1 |
| 2018-05-31 | EVM: Fix null dereference on xattr when xattr fails to allocate | Colin Ian King | 1 | -2/+4 |
| 2018-05-31 | EVM: fix memory leak of temporary buffer 'temp' | Colin Ian King | 1 | -0/+2 |
| 2018-05-18 | EVM: Allow runtime modification of the set of verified xattrs | Matthew Garrett | 4 | -4/+188 |
| 2018-05-18 | EVM: turn evm_config_xattrnames into a list | Matthew Garrett | 3 | -39/+57 |
| 2018-05-17 | integrity: Add an integrity directory in securityfs | Matthew Garrett | 1 | -3/+24 |
| 2018-05-03 | evm: Don't update hmacs in user ns mounts | Seth Forshee | 1 | -1/+2 |
| 2018-03-25 | evm: check for remount ro in progress before writing | Sascha Hauer | 1 | -2/+6 |
| 2018-03-23 | evm: Constify *integrity_status_msg[] | Hernán Gonzalez | 1 | -1/+1 |
| 2018-03-23 | evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c | Hernán Gonzalez | 3 | -4/+3 |
| 2017-12-11 | EVM: Add support for portable signature format | Matthew Garrett | 3 | -20/+86 |
| 2017-12-11 | EVM: Allow userland to permit modification of EVM-protected metadata | Matthew Garrett | 3 | -12/+53 |
| 2017-11-08 | EVM: Only complain about a missing HMAC key once | Matthew Garrett | 1 | -1/+1 |
| 2017-11-08 | EVM: Allow userspace to signal an RSA key has been loaded | Matthew Garrett | 2 | -12/+20 |
| 2017-11-08 | EVM: Include security.apparmor in EVM measurements | Matthew Garrett | 1 | -0/+3 |
| 2017-06-05 | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche... | Ingo Molnar | 1 | -0/+2 |
| 2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+10 |
| 2016-12-02 | Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC" | Eric W. Biederman | 1 | -2/+10 |
| 2016-11-13 | security/integrity: Harden against malformed xattrs | Seth Forshee | 1 | -0/+4 |
| 2016-10-07 | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 2 | -5/+6 |
| 2016-07-05 | evm: Translate user/group ids relative to s_user_ns when computing HMAC | Seth Forshee | 1 | -2/+2 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 1 | -1/+1 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -2/+2 |
| 2016-02-12 | EVM: Use crypto_memneq() for digest comparisons | Ryan Ware | 1 | -1/+2 |
| 2015-12-15 | evm: EVM_LOAD_X509 depends on EVM | Arnd Bergmann | 1 | -1/+1 |
| 2015-12-15 | evm: reset EVM status when file attributes change | Dmitry Kasatkin | 1 | -0/+13 |
| 2015-12-15 | evm: provide a function to set the EVM key from the kernel | Dmitry Kasatkin | 2 | -14/+46 |
| 2015-12-15 | evm: enable EVM when X509 certificate is loaded | Dmitry Kasatkin | 4 | -3/+14 |
| 2015-12-15 | evm: load an x509 certificate from the kernel | Dmitry Kasatkin | 2 | -0/+24 |
| 2015-11-23 | integrity: define '.evm' as a builtin 'trusted' keyring | Dmitry Kasatkin | 1 | -3/+5 |
| 2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 1 | -1/+1 |
| 2015-05-21 | evm: fix potential race when removing xattrs | Dmitry Kasatkin | 1 | -4/+3 |
| 2015-05-21 | evm: labeling pseudo filesystems exception | Mimi Zohar | 1 | -0/+11 |
| 2015-04-15 | VFS: security/: d_backing_inode() annotations | David Howells | 2 | -11/+11 |
| 2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 1 | -1/+1 |
| 2014-12-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -3/+8 |
| 2014-10-28 | evm: check xattr value length and type in evm_inode_setxattr() | Dmitry Kasatkin | 1 | -3/+6 |
| 2014-10-07 | evm: skip replacing EVM signature with HMAC on read-only filesystem | Dmitry Kasatkin | 1 | -3/+8 |
| 2014-09-09 | integrity: base integrity subsystem kconfig options on integrity | Dmitry Kasatkin | 1 | -8/+0 |
| 2014-09-09 | evm: properly handle INTEGRITY_NOXATTRS EVM status | Dmitry Kasatkin | 1 | -0/+7 |
| 2014-09-08 | evm: prevent passing integrity check if xattr read fails | Dmitry Kasatkin | 1 | -3/+4 |
| 2014-09-02 | evm: fix checkpatch warnings | Dmitry Kasatkin | 1 | -3/+0 |
| 2014-06-12 | evm: prohibit userspace writing 'security.evm' HMAC value | Mimi Zohar | 1 | -2/+10 |
| 2014-06-12 | evm: provide option to protect additional SMACK xattrs | Dmitry Kasatkin | 2 | -0/+22 |
| 2014-06-12 | evm: replace HMAC version with attribute mask | Dmitry Kasatkin | 4 | -11/+33 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
| 2014-04-01 | get rid of pointless checks for NULL ->i_op | Al Viro | 2 | -2/+2 |
| 2014-03-07 | evm: enable key retention service automatically | Dmitry Kasatkin | 1 | -2/+3 |
| 2014-03-07 | evm: EVM does not use MD5 | Dmitry Kasatkin | 1 | -1/+0 |
| 2014-03-07 | integrity: fix checkpatch errors | Dmitry Kasatkin | 2 | -16/+16 |
| 2014-03-07 | security: integrity: Use a more current logging style | Joe Perches | 3 | -5/+11 |
| 2013-10-25 | ima: pass full xattr with the signature | Dmitry Kasatkin | 1 | -2/+2 |
| 2013-10-25 | ima: fix script messages | Dmitry Kasatkin | 1 | -1/+2 |
| 2013-07-25 | xattr: Constify ->name member of "struct xattr". | Tetsuo Handa | 1 | -1/+1 |
| 2013-06-20 | evm: audit integrity metadata failures | Mimi Zohar | 1 | -1/+14 |
| 2013-02-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 5 | -16/+18 |
| 2013-02-06 | evm: add file system uuid to EVM hmac | Dmitry Kasatkin | 4 | -0/+18 |
| 2013-01-22 | evm: checking if removexattr is not a NULL | Dmitry Kasatkin | 1 | -2/+2 |
| 2013-01-16 | evm: remove unused cleanup functions | Dmitry Kasatkin | 3 | -16/+0 |
| 2012-10-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+3 |
| 2012-09-21 | userns: Convert EVM to deal with kuids and kgids in it's hmac computation | Eric W. Biederman | 1 | -2/+2 |
| 2012-09-07 | ima: integrity appraisal extension | Mimi Zohar | 1 | -0/+3 |
| 2012-01-09 | Merge branch 'next' into for-linus | James Morris | 3 | -36/+146 |
| 2011-12-20 | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 1 | -0/+9 |
| 2011-12-20 | evm: key must be set once during initialization | Dmitry Kasatkin | 1 | -4/+6 |
| 2011-12-08 | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 1 | -3/+11 |
| 2011-12-08 | evm: key must be set once during initialization | Dmitry Kasatkin | 1 | -7/+8 |
| 2011-11-09 | evm: digital signature verification support | Dmitry Kasatkin | 3 | -30/+142 |
| 2011-09-14 | evm: permit mode bits to be updated | Mimi Zohar | 1 | -17/+13 |
| 2011-09-14 | evm: posix acls modify i_mode | Mimi Zohar | 3 | -5/+46 |
| 2011-09-14 | evm: limit verifying current security.evm integrity | Mimi Zohar | 1 | -34/+24 |
| 2011-09-14 | evm: remove TCG_TPM dependency | Mimi Zohar | 1 | -2/+1 |
| 2011-08-18 | evm: add Kconfig TCG_TPM dependency | Mimi Zohar | 1 | -1/+1 |
| 2011-08-11 | evm: fix evm_inode_init_security return code | Mimi Zohar | 1 | -1/+1 |
| 2011-08-09 | EVM: ensure trusted and encypted key symbols are available to EVM | James Morris | 1 | -1/+3 |
| 2011-07-18 | evm: add evm_inode_setattr to prevent updating an invalid security.evm | Mimi Zohar | 1 | -0/+15 |
| 2011-07-18 | evm: permit only valid security.evm xattrs to be updated | Mimi Zohar | 1 | -14/+63 |
| 2011-07-18 | evm: replace hmac_status with evm_status | Dmitry Kasatkin | 1 | -7/+7 |
| 2011-07-18 | evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN | Dmitry Kasatkin | 1 | -6/+5 |
| 2011-07-18 | evm: additional parameter to pass integrity cache entry 'iint' | Dmitry Kasatkin | 1 | -10/+8 |
| 2011-07-18 | evm: crypto hash replaced by shash | Dmitry Kasatkin | 3 | -44/+56 |
| 2011-07-18 | evm: add evm_inode_init_security to initialize new files | Mimi Zohar | 3 | -0/+61 |
| 2011-07-18 | security: imbed evm calls in security hooks | Mimi Zohar | 1 | -0/+1 |
| 2011-07-18 | evm: add support for different security.evm data types | Dmitry Kasatkin | 2 | -9/+12 |
| 2011-07-18 | evm: re-release | Mimi Zohar | 6 | -0/+626 |