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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
2022-02-16
1
-3
/
+7
*
ima: Remove ima_policy file before directory
Stefan Berger
2022-02-16
1
-1
/
+1
*
integrity: check the return value of audit_log_start()
Xiaoke Wang
2022-02-16
1
-0
/
+2
*
evm: mark evm_fixmode as __ro_after_init
Austin Kim
2021-11-26
1
-1
/
+1
*
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
2021-09-22
1
-1
/
+0
*
IMA: remove -Wmissing-prototypes warning
Austin Kim
2021-09-22
1
-1
/
+1
*
evm: fix writing <securityfs>/evm overflow
Mimi Zohar
2021-07-20
1
-2
/
+3
*
evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
Roberto Sassu
2021-07-20
1
-4
/
+4
*
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
2021-07-20
1
-2
/
+3
*
certs: Fix blacklist flag type confusion
David Howells
2021-03-04
1
-3
/
+2
*
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
2021-03-04
1
-0
/
+2
*
ima: Free IMA measurement buffer on error
Lakshmi Ramasubramanian
2021-03-04
1
-0
/
+1
*
ima: Remove __init annotation from ima_pcrread()
Roberto Sassu
2021-01-19
1
-1
/
+1
*
ima: Don't modify file descriptor mode on the fly
Roberto Sassu
2020-12-30
1
-15
/
+5
*
evm: Check size of security.evm before using it
Roberto Sassu
2020-11-05
1
-0
/
+6
*
ima: Don't ignore errors from crypto_shash_update()
Roberto Sassu
2020-10-29
1
-0
/
+2
*
ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()
Roberto Sassu
2020-06-22
4
-5
/
+24
*
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
Roberto Sassu
2020-06-22
1
-1
/
+1
*
ima: Directly assign the ima_default_policy pointer to ima_rules
Roberto Sassu
2020-06-22
1
-2
/
+1
*
ima: Fix ima digest hash table key calculation
Krzysztof Struczynski
2020-06-22
1
-3
/
+4
*
evm: Fix RCU list related warnings
Madhuparna Bhowmik
2020-06-07
3
-4
/
+11
*
ima: Fix return value of ima_write_policy()
Roberto Sassu
2020-05-27
1
-2
/
+1
*
evm: Check also if *tfm is an error pointer in init_desc()
Roberto Sassu
2020-05-27
1
-1
/
+1
*
ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
Roberto Sassu
2020-05-27
1
-6
/
+6
*
ima: fix freeing ongoing ahash_request
Sascha Hauer
2019-10-11
1
-0
/
+5
*
ima: always return negative code for error
Sascha Hauer
2019-10-11
1
-1
/
+4
*
evm: check hash algorithm passed to init_desc()
Roberto Sassu
2019-06-09
1
-0
/
+3
*
ima: show rules with IMA_INMASK correctly
Roberto Sassu
2019-06-09
1
-9
/
+12
*
ima: open a new file instance if no read permissions
Goldwyn Rodrigues
2018-11-13
1
-20
/
+34
*
ima: fix showing large 'violations' or 'runtime_measurements_count'
Eric Biggers
2018-11-13
1
-3
/
+3
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-08-15
11
-45
/
+102
|
\
|
*
EVM: fix return value check in evm_write_xattrs()
Wei Yongjun
2018-07-22
1
-2
/
+2
|
*
integrity: prevent deadlock during digsig verification.
Mikhail Kurinnoi
2018-07-18
1
-0
/
+23
|
*
evm: Allow non-SHA1 digital signatures
Matthew Garrett
2018-07-18
4
-31
/
+46
|
*
evm: Don't deadlock if a crypto algorithm is unavailable
Matthew Garrett
2018-07-18
1
-1
/
+2
|
*
integrity: silence warning when CONFIG_SECURITYFS is not enabled
Sudeep Holla
2018-07-18
1
-3
/
+6
|
*
ima: Differentiate auditing policy rules from "audit" actions
Stefan Berger
2018-07-18
1
-2
/
+2
|
*
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
2018-07-18
3
-1
/
+21
|
*
ima: Use audit_log_format() rather than audit_log_string()
Stefan Berger
2018-07-18
2
-7
/
+2
|
*
ima: Call audit_log_string() rather than logging it untrusted
Stefan Berger
2018-07-18
1
-1
/
+1
*
|
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2018-08-15
4
-16
/
+10
|
\
\
|
*
|
ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead
Stefan Berger
2018-07-28
4
-8
/
+4
|
*
|
ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
Stefan Berger
2018-07-28
4
-9
/
+7
|
|
/
*
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-15
4
-17
/
+158
|
\
|
|
*
ima: based on policy warn about loading firmware (pre-allocated buffer)
Mimi Zohar
2018-07-16
1
-0
/
+8
|
*
module: replace the existing LSM hook in init_module
Mimi Zohar
2018-07-16
1
-13
/
+10
|
*
ima: add build time policy
Mimi Zohar
2018-07-16
2
-3
/
+101
|
*
ima: based on policy require signed firmware (sysfs fallback)
Mimi Zohar
2018-07-16
1
-1
/
+9
|
*
ima: based on policy require signed kexec kernel images
Mimi Zohar
2018-07-16
3
-0
/
+30
*
|
IMA: don't propagate opened through the entire thing
Al Viro
2018-07-12
3
-12
/
+12
|
/
[next]