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
2021-03-03
certs: Fix blacklist flag type confusion
David Howells
1
-3
/
+2
2021-03-03
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+2
2021-03-03
ima: Free IMA measurement buffer on error
Lakshmi Ramasubramanian
1
-0
/
+1
2020-12-29
ima: Don't modify file descriptor mode on the fly
Roberto Sassu
1
-15
/
+5
2020-10-29
ima: Don't ignore errors from crypto_shash_update()
Roberto Sassu
1
-0
/
+2
2020-06-20
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
Roberto Sassu
1
-1
/
+1
2020-06-20
ima: Directly assign the ima_default_policy pointer to ima_rules
Roberto Sassu
1
-2
/
+1
2020-06-20
ima: Fix ima digest hash table key calculation
Krzysztof Struczynski
1
-3
/
+4
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
2019-10-11
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
2019-06-09
ima: show rules with IMA_INMASK correctly
Roberto Sassu
1
-9
/
+12
2019-05-16
ima: open a new file instance if no read permissions
Goldwyn Rodrigues
1
-20
/
+34
2018-12-01
ima: re-initialize iint->atomic_flags
Mimi Zohar
1
-0
/
+1
2018-12-01
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
4
-40
/
+77
2018-12-01
EVM: Add support for portable signature format
Matthew Garrett
5
-21
/
+91
2018-12-01
ima: always measure and audit files in policy
Mimi Zohar
3
-30
/
+56
2018-11-13
ima: fix showing large 'violations' or 'runtime_measurements_count'
Eric Biggers
1
-3
/
+3
2018-09-26
evm: Don't deadlock if a crypto algorithm is unavailable
Matthew Garrett
1
-1
/
+2
2018-08-03
ima: based on policy verify firmware signatures (pre-allocated buffer)
Mimi Zohar
1
-0
/
+1
2018-05-30
ima: Fallback to the builtin hash algorithm
Petr Vorel
2
-0
/
+15
2018-05-30
ima: Fix Kconfig to select TPM 2.0 CRB interface
Jiandi An
1
-0
/
+1
2018-05-30
integrity/security: fix digsig.c build error with header file
Randy Dunlap
1
-0
/
+1
2018-03-19
ima: relax requiring a file signature for new files with zero length
Mimi Zohar
1
-1
/
+2
2018-02-03
ima/policy: fix parsing of fsuuid
Mike Rapoport
1
-1
/
+1
2017-12-10
ima: fix hash algorithm initialization
Boshi Wang
1
-0
/
+4
2017-11-24
ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
Roberto Sassu
1
-0
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-07-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
12
-177
/
+211
2017-06-21
ima: Log the same audit cause whenever a file has no signature
Thiago Jung Bauermann
1
-1
/
+2
2017-06-21
ima: Simplify policy_func_show.
Thiago Jung Bauermann
2
-62
/
+21
2017-06-21
integrity: Small code improvements
Thiago Jung Bauermann
6
-9
/
+11
2017-06-21
ima: fix get_binary_runtime_size()
Roberto Sassu
1
-1
/
+1
2017-06-21
ima: use ima_parse_buf() to parse template data
Roberto Sassu
1
-31
/
+13
2017-06-21
ima: use ima_parse_buf() to parse measurements headers
Roberto Sassu
1
-52
/
+28
2017-06-21
ima: introduce ima_parse_buf()
Roberto Sassu
2
-0
/
+67
2017-06-21
ima: Add cgroups2 to the defaults list
Laura Abbott
1
-0
/
+3
2017-06-21
ima: use memdup_user_nul
Geliang Tang
1
-9
/
+4
2017-06-21
ima: fix up #endif comments
Tycho Andersen
1
-2
/
+2
2017-06-21
IMA: Correct Kconfig dependencies for hash selection
Ben Hutchings
1
-4
/
+4
2017-06-21
ima: define is_ima_appraise_enabled()
Mimi Zohar
1
-0
/
+10
2017-06-21
ima: define Kconfig IMA_APPRAISE_BOOTPARAM option
Mimi Zohar
2
-0
/
+10
2017-06-21
ima: define a set of appraisal rules requiring file signatures
Mimi Zohar
1
-1
/
+25
2017-06-21
ima: extend the "ima_policy" boot command line to support multiple policies
Mimi Zohar
1
-5
/
+10
2017-06-05
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2
-2
/
+2
2017-06-05
ima/policy: switch to use uuid_t
Christoph Hellwig
1
-6
/
+5
2017-06-05
block: remove blk_part_pack_uuid
Christoph Hellwig
1
-2
/
+1
2017-04-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...
James Morris
2
-34
/
+94
2017-04-04
KEYS: Use structure to capture key restriction function and data
Mat Martineau
2
-2
/
+18
[next]