index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
evm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-07
5
-42
/
+271
|
\
|
*
EVM: unlock on error path in evm_read_xattrs()
Dan Carpenter
2018-06-01
1
-1
/
+3
|
*
EVM: prevent array underflow in evm_write_xattrs()
Dan Carpenter
2018-05-31
1
-1
/
+1
|
*
EVM: Fix null dereference on xattr when xattr fails to allocate
Colin Ian King
2018-05-31
1
-2
/
+4
|
*
EVM: fix memory leak of temporary buffer 'temp'
Colin Ian King
2018-05-31
1
-0
/
+2
|
*
EVM: Allow runtime modification of the set of verified xattrs
Matthew Garrett
2018-05-18
4
-4
/
+188
|
*
EVM: turn evm_config_xattrnames into a list
Matthew Garrett
2018-05-18
3
-39
/
+57
|
*
integrity: Add an integrity directory in securityfs
Matthew Garrett
2018-05-17
1
-3
/
+24
*
|
evm: Don't update hmacs in user ns mounts
Seth Forshee
2018-05-03
1
-1
/
+2
|
/
*
evm: check for remount ro in progress before writing
Sascha Hauer
2018-03-25
1
-2
/
+6
*
evm: Constify *integrity_status_msg[]
Hernán Gonzalez
2018-03-23
1
-1
/
+1
*
evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
Hernán Gonzalez
2018-03-23
3
-4
/
+3
*
EVM: Add support for portable signature format
Matthew Garrett
2017-12-11
3
-20
/
+86
*
EVM: Allow userland to permit modification of EVM-protected metadata
Matthew Garrett
2017-12-11
3
-12
/
+53
*
EVM: Only complain about a missing HMAC key once
Matthew Garrett
2017-11-08
1
-1
/
+1
*
EVM: Allow userspace to signal an RSA key has been loaded
Matthew Garrett
2017-11-08
2
-12
/
+20
*
EVM: Include security.apparmor in EVM measurements
Matthew Garrett
2017-11-08
1
-0
/
+3
*
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2017-06-05
1
-1
/
+1
*
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-12-14
1
-2
/
+10
|
\
|
*
Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"
Eric W. Biederman
2016-12-02
1
-2
/
+10
*
|
security/integrity: Harden against malformed xattrs
Seth Forshee
2016-11-13
1
-0
/
+4
|
/
*
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-07
2
-5
/
+6
*
evm: Translate user/group ids relative to s_user_ns when computing HMAC
Seth Forshee
2016-07-05
1
-2
/
+2
*
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-11
1
-1
/
+1
*
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
2016-04-10
1
-2
/
+2
*
EVM: Use crypto_memneq() for digest comparisons
Ryan Ware
2016-02-12
1
-1
/
+2
*
evm: EVM_LOAD_X509 depends on EVM
Arnd Bergmann
2015-12-15
1
-1
/
+1
*
evm: reset EVM status when file attributes change
Dmitry Kasatkin
2015-12-15
1
-0
/
+13
*
evm: provide a function to set the EVM key from the kernel
Dmitry Kasatkin
2015-12-15
2
-14
/
+46
*
evm: enable EVM when X509 certificate is loaded
Dmitry Kasatkin
2015-12-15
4
-3
/
+14
*
evm: load an x509 certificate from the kernel
Dmitry Kasatkin
2015-12-15
2
-0
/
+24
*
integrity: define '.evm' as a builtin 'trusted' keyring
Dmitry Kasatkin
2015-11-23
1
-3
/
+5
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-1
/
+1
*
evm: fix potential race when removing xattrs
Dmitry Kasatkin
2015-05-21
1
-4
/
+3
*
evm: labeling pseudo filesystems exception
Mimi Zohar
2015-05-21
1
-0
/
+11
*
VFS: security/: d_backing_inode() annotations
David Howells
2015-04-15
2
-11
/
+11
*
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
2015-01-07
1
-1
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2014-12-14
1
-3
/
+8
|
\
|
*
evm: skip replacing EVM signature with HMAC on read-only filesystem
Dmitry Kasatkin
2014-10-07
1
-3
/
+8
*
|
evm: check xattr value length and type in evm_inode_setxattr()
Dmitry Kasatkin
2014-10-28
1
-3
/
+6
|
/
*
integrity: base integrity subsystem kconfig options on integrity
Dmitry Kasatkin
2014-09-09
1
-8
/
+0
*
evm: properly handle INTEGRITY_NOXATTRS EVM status
Dmitry Kasatkin
2014-09-09
1
-0
/
+7
*
evm: prevent passing integrity check if xattr read fails
Dmitry Kasatkin
2014-09-08
1
-3
/
+4
*
evm: fix checkpatch warnings
Dmitry Kasatkin
2014-09-02
1
-3
/
+0
*
evm: prohibit userspace writing 'security.evm' HMAC value
Mimi Zohar
2014-06-12
1
-2
/
+10
*
evm: provide option to protect additional SMACK xattrs
Dmitry Kasatkin
2014-06-12
2
-0
/
+22
*
evm: replace HMAC version with attribute mask
Dmitry Kasatkin
2014-06-12
4
-11
/
+33
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
2
-2
/
+2
|
\
|
*
get rid of pointless checks for NULL ->i_op
Al Viro
2014-04-01
2
-2
/
+2
[next]