Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a38b80c5f49c30c3cbd4523bdbde0cc725bb0e63
/
security
/
integrity
/
evm
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
· 11 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
8fcc995
Merge branch 'next' into for-linus
by James Morris
· 13 years ago
97426f9
evm: prevent racing during tfm allocation
by Dmitry Kasatkin
· 13 years ago
d21b594
evm: key must be set once during initialization
by Dmitry Kasatkin
· 13 years ago
143b01d
evm: prevent racing during tfm allocation
by Dmitry Kasatkin
· 13 years ago
88d7ed3
evm: key must be set once during initialization
by Dmitry Kasatkin
· 13 years ago
15647eb
evm: digital signature verification support
by Dmitry Kasatkin
· 13 years ago
566be59
evm: permit mode bits to be updated
by Mimi Zohar
· 13 years ago
bf6d0f5
evm: posix acls modify i_mode
by Mimi Zohar
· 13 years ago
a924ce0
evm: limit verifying current security.evm integrity
by Mimi Zohar
· 13 years ago
1d71405
evm: remove TCG_TPM dependency
by Mimi Zohar
· 13 years ago
dbe5ad1
evm: add Kconfig TCG_TPM dependency
by Mimi Zohar
· 13 years ago
5a4730b
evm: fix evm_inode_init_security return code
by Mimi Zohar
· 13 years ago
0b024d2
EVM: ensure trusted and encypted key symbols are available to EVM
by James Morris
· 13 years ago
817b54a
evm: add evm_inode_setattr to prevent updating an invalid security.evm
by Mimi Zohar
· 14 years ago
7102ebc
evm: permit only valid security.evm xattrs to be updated
by Mimi Zohar
· 14 years ago
24e0198
evm: replace hmac_status with evm_status
by Dmitry Kasatkin
· 14 years ago
6d38ca01
evm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
by Dmitry Kasatkin
· 14 years ago
2960e6c
evm: additional parameter to pass integrity cache entry 'iint'
by Dmitry Kasatkin
· 14 years ago
d46eb36
evm: crypto hash replaced by shash
by Dmitry Kasatkin
· 14 years ago
cb723180
evm: add evm_inode_init_security to initialize new files
by Mimi Zohar
· 14 years ago
3e1be52
security: imbed evm calls in security hooks
by Mimi Zohar
· 14 years ago
6be5cc5
evm: add support for different security.evm data types
by Dmitry Kasatkin
· 14 years ago
66dbc325
evm: re-release
by Mimi Zohar
· 14 years ago