index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
1
-0
/
+8
2022-02-16
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
1
-3
/
+7
2022-02-16
ima: Remove ima_policy file before directory
Stefan Berger
1
-1
/
+1
2022-02-16
integrity: check the return value of audit_log_start()
Xiaoke Wang
1
-0
/
+2
2021-11-17
evm: mark evm_fixmode as __ro_after_init
Austin Kim
1
-1
/
+1
2021-09-15
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
1
-1
/
+0
2021-09-15
IMA: remove -Wmissing-prototypes warning
Austin Kim
1
-1
/
+1
2021-07-14
evm: fix writing <securityfs>/evm overflow
Mimi Zohar
1
-2
/
+3
2021-07-14
evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
Roberto Sassu
1
-4
/
+4
2021-07-14
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
1
-2
/
+3
2021-07-07
x86/efi: remove unused variables
YueHaibing
1
-5
/
+0
2021-06-30
certs: Add EFI_CERT_X509_GUID support for dbx entries
Eric Snowberg
1
-0
/
+11
2021-06-30
x86/efi: move common keyring handler functions to new file
Nayna Jain
4
-67
/
+115
2021-03-30
integrity: double check iint_cache was initialized
Mimi Zohar
1
-0
/
+8
2021-03-04
certs: Fix blacklist flag type confusion
David Howells
1
-3
/
+2
2021-03-04
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+2
2021-03-04
ima: Free IMA measurement buffer on error
Lakshmi Ramasubramanian
1
-0
/
+1
2021-03-04
evm: Fix memleak in init_desc
Dinghao Liu
1
-2
/
+5
2020-12-30
ima: Don't modify file descriptor mode on the fly
Roberto Sassu
1
-15
/
+5
2020-12-08
ima: extend boot_aggregate with kernel measurements
Maurizio Drocco
2
-2
/
+15
2020-11-01
evm: Check size of security.evm before using it
Roberto Sassu
1
-0
/
+6
2020-10-29
ima: Don't ignore errors from crypto_shash_update()
Roberto Sassu
1
-0
/
+2
2020-08-19
ima: Have the LSM free its audit rule
Tyler Hicks
2
-1
/
+6
2020-08-11
ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
Bruno Meneguele
2
-1
/
+7
2020-06-22
ima: Set again build_ima_appraise variable
Krzysztof Struczynski
1
-2
/
+8
2020-06-22
ima: Remove redundant policy rule set in add_rules()
Krzysztof Struczynski
1
-4
/
+1
2020-06-22
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
Roberto Sassu
1
-1
/
+1
2020-06-22
ima: Remove __init annotation from ima_pcrread()
Roberto Sassu
1
-1
/
+1
2020-06-22
ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()
Roberto Sassu
4
-5
/
+24
2020-06-22
ima: Directly assign the ima_default_policy pointer to ima_rules
Roberto Sassu
1
-2
/
+1
2020-06-22
ima: Evaluate error in init_ima()
Roberto Sassu
1
-0
/
+3
2020-06-22
ima: Switch to ima_hash_algo for boot aggregate
Roberto Sassu
2
-11
/
+58
2020-06-22
ima: Fix ima digest hash table key calculation
Krzysztof Struczynski
1
-3
/
+4
2020-06-07
evm: Fix RCU list related warnings
Madhuparna Bhowmik
3
-4
/
+11
2020-05-27
evm: Fix a small race in init_desc()
Dan Carpenter
1
-22
/
+22
2020-05-27
ima: Fix return value of ima_write_policy()
Roberto Sassu
1
-2
/
+1
2020-05-27
evm: Check also if *tfm is an error pointer in init_desc()
Roberto Sassu
1
-1
/
+1
2020-05-27
ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()
Roberto Sassu
1
-6
/
+6
2020-03-12
efi: Only print errors about failing to get certs if EFI vars are found
Javier Martinez Canillas
1
-14
/
+26
2020-03-05
ima: ima/lsm policy rule loading logic bug fixes
Janne Karhunen
1
-18
/
+26
2019-10-05
integrity: remove pointless subdir-$(CONFIG_...)
Masahiro Yamada
1
-2
/
+0
2019-10-05
integrity: remove unneeded, broken attempt to add -fshort-wchar
Masahiro Yamada
1
-1
/
+0
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-3
/
+55
2019-08-29
ima: ima_api: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2019-08-29
ima: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-08-28
ima: Fix use after free in ima_read_modsig()
Thiago Jung Bauermann
1
-1
/
+2
2019-08-19
kexec: Allow kexec_file() with appropriate IMA policy when locked down
Matthew Garrett
3
-1
/
+53
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2
-2
/
+2
2019-08-05
ima: fix freeing ongoing ahash_request
Sascha Hauer
1
-0
/
+5
2019-08-05
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
[next]