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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
Age
Commit message (
Expand
)
Author
2022-07-29
lockdown: Fix kexec lockdown bypass with ima policy
Eric Snowberg
2022-07-22
ima: Fix potential memory leak in ima_init_crypto()
Jianglei Nie
2022-07-22
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
2022-07-22
ima: Fix a potential integer overflow in ima_appraise_measurement
Huaxin Lu
2022-07-22
Revert "evm: Fix memleak in init_desc"
Xiu Jianfeng
2022-06-09
ima: remove the IMA_TEMPLATE Kconfig option
GUO Zihua
2022-06-09
efi: Do not import certificates from UEFI Secure Boot for T2 Macs
Aditya Garg
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-21
Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-10
ima: Always return a file measurement in ima_file_hash()
Roberto Sassu
2022-03-10
ima: Fix documentation-related warnings in ima_main.c
Roberto Sassu
2022-03-08
integrity: Only use machine keyring when uefi_check_trust_mok_keys is true
Eric Snowberg
2022-03-08
integrity: Trust MOK keys if MokListTrustedRT found
Eric Snowberg
2022-03-08
KEYS: store reference to machine keyring
Eric Snowberg
2022-03-08
integrity: add new keyring handler for mok keys
Eric Snowberg
2022-03-08
integrity: Introduce a Linux keyring called machine
Eric Snowberg
2022-03-08
integrity: Fix warning about missing prototypes
Eric Snowberg
2022-02-22
EVM: fix the evm= __setup handler return value
Randy Dunlap
2022-02-15
ima: define ima_max_digest_data struct without a flexible array variable
Mimi Zohar
2022-02-15
ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
Mimi Zohar
2022-02-15
ima: Return error code obtained from securityfs functions
Stefan Berger
2022-02-15
ima: Fix trivial typos in the comments
Austin Kim
2022-02-02
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
2022-02-02
ima: Allow template selection with ima_template[_fmt]= after ima_hash=
Roberto Sassu
2022-02-02
ima: Remove ima_policy file before directory
Stefan Berger
2022-02-02
integrity: check the return value of audit_log_start()
Xiaoke Wang
2022-02-02
block: remove genhd.h
Christoph Hellwig
2022-01-24
ima: fix reference leak in asymmetric_verify()
Eric Biggers
2022-01-11
Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-01-05
ima: silence measurement list hexdump during kexec
Bruno Meneguele
2021-12-24
integrity: Do not load MOK and MOKx when secure boot be disabled
Lee, Chun-Yi
2021-11-22
lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()
Paul Moore
2021-10-28
evm: mark evm_fixmode as __ro_after_init
Austin Kim
2021-10-09
ima: Use strscpy instead of strlcpy
Petr Vorel
2021-10-09
ima_policy: Remove duplicate 'the' in docs comment
Petr Vorel
2021-10-09
ima: add gid support
Curtis Veit
2021-10-09
ima: fix uid code style problems
Alex Henrie
2021-10-09
ima: fix deadlock when traversing "ima_default_rules".
liqiong
2021-09-02
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-08-31
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-08-27
efi: Don't use knowledge about efi_guid_t internals
Andy Shevchenko
2021-08-23
IMA: reject unknown hash algorithms in ima_get_hash_algo
THOBY Simon
2021-08-16
IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithms
THOBY Simon
2021-08-16
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
2021-08-16
IMA: add a policy option to restrict xattr hash algorithms on appraisal
THOBY Simon
2021-08-16
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
2021-08-16
IMA: block writes of the security.ima xattr with unsupported algorithms
THOBY Simon
2021-08-16
IMA: remove the dependency on CRYPTO_MD5
THOBY Simon
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
[next]