index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
evm
/
evm_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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-20
evm: output EVM digest calculation info
Mimi Zohar
1
-0
/
+4
2021-06-08
ima/evm: Fix type mismatch
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
1
-10
/
+46
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: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
1
-2
/
+3
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+2
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-05-07
evm: Fix RCU list related warnings
Madhuparna Bhowmik
1
-2
/
+2
2020-02-28
integrity: Remove duplicate pr_fmt definitions
Tushar Sugandhi
1
-2
/
+0
2019-07-08
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2019-06-30
integrity: Introduce struct evm_xattr
Thiago Jung Bauermann
1
-4
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-02-04
evm: remove set but not used variable 'xattr'
YueHaibing
1
-5
/
+1
2018-12-12
security: integrity: make evm_main explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2018-07-18
evm: Allow non-SHA1 digital signatures
Matthew Garrett
1
-7
/
+12
2018-05-18
EVM: Allow runtime modification of the set of verified xattrs
Matthew Garrett
1
-3
/
+3
2018-05-18
EVM: turn evm_config_xattrnames into a list
Matthew Garrett
1
-33
/
+46
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
1
-2
/
+0
2017-12-11
EVM: Add support for portable signature format
Matthew Garrett
1
-10
/
+19
2017-12-11
EVM: Allow userland to permit modification of EVM-protected metadata
Matthew Garrett
1
-7
/
+31
2017-11-08
EVM: Include security.apparmor in EVM measurements
Matthew Garrett
1
-0
/
+3
2017-03-02
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
1
-0
/
+2
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
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: reset EVM status when file attributes change
Dmitry Kasatkin
1
-0
/
+13
2015-12-15
evm: enable EVM when X509 certificate is loaded
Dmitry Kasatkin
1
-1
/
+5
2015-12-15
evm: load an x509 certificate from the kernel
Dmitry Kasatkin
1
-0
/
+7
2015-11-23
integrity: define '.evm' as a builtin 'trusted' keyring
Dmitry Kasatkin
1
-3
/
+5
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
1
-9
/
+9
[next]