index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
10
-65
/
+316
|
\
|
*
IMA: reject unknown hash algorithms in ima_get_hash_algo
THOBY Simon
2021-08-24
1
-1
/
+2
|
*
IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithms
THOBY Simon
2021-08-16
1
-0
/
+6
|
*
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
2021-08-16
4
-17
/
+96
|
*
IMA: add a policy option to restrict xattr hash algorithms on appraisal
THOBY Simon
2021-08-16
1
-4
/
+70
|
*
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
2021-08-16
5
-12
/
+41
|
*
IMA: block writes of the security.ima xattr with unsupported algorithms
THOBY Simon
2021-08-16
2
-4
/
+47
|
*
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
2021-08-16
1
-1
/
+0
|
*
ima: Add digest and digest_len params to the functions to measure a buffer
Roberto Sassu
2021-07-23
6
-15
/
+32
|
*
ima: Return int in the functions to measure a buffer
Roberto Sassu
2021-07-23
2
-22
/
+28
|
*
ima: Introduce ima_get_current_hash_algo()
Roberto Sassu
2021-07-23
1
-1
/
+6
|
*
IMA: remove -Wmissing-prototypes warning
Austin Kim
2021-07-23
1
-1
/
+1
*
|
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-08-31
1
-0
/
+1
|
\
\
|
*
|
dm ima: measure data on table load
Tushar Sugandhi
2021-08-10
1
-0
/
+1
|
|
/
*
/
efi: Don't use knowledge about efi_guid_t internals
Andy Shevchenko
2021-08-27
1
-1
/
+1
|
/
*
evm: Check xattr size discrepancy between kernel and user
Roberto Sassu
2021-06-21
1
-1
/
+7
*
evm: output EVM digest calculation info
Mimi Zohar
2021-06-20
2
-0
/
+47
*
IMA: support for duplicate measurement records
Tushar Sugandhi
2021-06-11
2
-2
/
+10
*
ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'
Lakshmi Ramasubramanian
2021-06-11
1
-0
/
+1
*
ima: differentiate between EVM failures in the audit log
Mimi Zohar
2021-06-10
1
-1
/
+2
*
ima: Fix fall-through warning for Clang
Gustavo A. R. Silva
2021-06-09
1
-0
/
+1
*
ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()
Roberto Sassu
2021-06-08
1
-1
/
+1
*
ima: Include header defining ima_post_key_create_or_update()
Roberto Sassu
2021-06-08
1
-0
/
+1
*
ima/evm: Fix type mismatch
Roberto Sassu
2021-06-08
4
-11
/
+12
*
ima: Set correct casting types
Roberto Sassu
2021-06-08
2
-9
/
+10
*
evm: Don't return an error in evm_write_xattrs() if audit is not enabled
Roberto Sassu
2021-06-03
1
-1
/
+1
*
ima: Define new template evm-sig
Roberto Sassu
2021-06-03
1
-1
/
+4
*
ima: Define new template fields xattrnames, xattrlengths and xattrvalues
Roberto Sassu
2021-06-03
4
-0
/
+148
*
evm: Verify portable signatures against all protected xattrs
Roberto Sassu
2021-06-01
4
-12
/
+68
*
ima: Define new template field imode
Roberto Sassu
2021-06-01
3
-0
/
+26
*
ima: Define new template fields iuid and igid
Roberto Sassu
2021-06-01
3
-0
/
+53
*
ima: Add ima_show_template_uint() template library function
Roberto Sassu
2021-06-01
2
-1
/
+39
*
ima: Don't remove security.ima if file must not be appraised
Roberto Sassu
2021-06-01
1
-2
/
+0
*
ima: Introduce template field evmsig and write to field sig as fallback
Roberto Sassu
2021-06-01
3
-1
/
+36
*
ima: Allow imasig requirement to be satisfied by EVM portable signatures
Roberto Sassu
2021-06-01
1
-7
/
+17
*
evm: Allow setxattr() and setattr() for unmodified metadata
Roberto Sassu
2021-06-01
1
-1
/
+112
*
evm: Pass user namespace to set/remove xattr hooks
Roberto Sassu
2021-05-21
1
-6
/
+11
*
evm: Allow xattr/attr operations for portable signatures
Roberto Sassu
2021-05-21
2
-6
/
+29
*
evm: Introduce evm_hmac_disabled() to safely ignore verification errors
Roberto Sassu
2021-05-21
1
-1
/
+38
*
evm: Introduce evm_revalidate_status()
Roberto Sassu
2021-05-21
2
-9
/
+46
*
evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
Roberto Sassu
2021-05-21
1
-4
/
+4
*
evm: Load EVM key in ima_load_x509() to avoid appraisal
Roberto Sassu
2021-05-21
2
-1
/
+7
*
evm: Execute evm_inode_init_security() only when an HMAC key is loaded
Roberto Sassu
2021-05-21
1
-2
/
+3
*
evm: fix writing <securityfs>/evm overflow
Mimi Zohar
2021-05-21
1
-2
/
+3
*
Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-05-02
5
-4
/
+15
|
\
|
*
ima: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-20
2
-0
/
+3
|
*
integrity: Add declarations to init_once void arguments.
Jiele Zhao
2021-04-09
1
-1
/
+1
|
*
ima: Fix function name error in comment.
Jiele Zhao
2021-04-09
1
-1
/
+1
|
*
ima: enable loading of build time generated key on .ima keyring
Nayna Jain
2021-04-09
1
-0
/
+2
|
*
ima: Fix the error code for restoring the PCR value
Li Huafei
2021-03-24
1
-2
/
+2
[next]