1. 583a80a IMA: add a policy option to restrict xattr hash algorithms on appraisal by THOBY Simon · 3 years, 4 months ago
  2. 1624dc0 IMA: add support to restrict the hash algorithms used for file appraisal by THOBY Simon · 3 years, 4 months ago
  3. 50f742d IMA: block writes of the security.ima xattr with unsupported algorithms by THOBY Simon · 3 years, 4 months ago
  4. 8510505 IMA: remove the dependency on CRYPTO_MD5 by THOBY Simon · 3 years, 4 months ago
  5. ca3c9bd ima: Add digest and digest_len params to the functions to measure a buffer by Roberto Sassu · 3 years, 5 months ago
  6. ce5bb5a ima: Return int in the functions to measure a buffer by Roberto Sassu · 3 years, 5 months ago
  7. 5d1ef2c ima: Introduce ima_get_current_hash_algo() by Roberto Sassu · 3 years, 5 months ago
  8. a32ad90 IMA: remove -Wmissing-prototypes warning by Austin Kim · 3 years, 6 months ago
  9. 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 6 months ago
  10. 9218313 Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linux by Linus Torvalds · 3 years, 6 months ago
  11. 5c874a5 Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/smack-next by Linus Torvalds · 3 years, 6 months ago
  12. 290fe0f Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 6 months ago
  13. 6bd344e Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 6 months ago
  14. a60c538 Merge tag 'integrity-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 6 months ago
  15. 907a399 evm: Check xattr size discrepancy between kernel and user by Roberto Sassu · 3 years, 6 months ago
  16. 87ac3d0 evm: output EVM digest calculation info by Mimi Zohar · 3 years, 8 months ago
  17. 98eaa63 tomoyo: fix doc warnings by ChenXiaoSong · 3 years, 7 months ago
  18. 0ecc617 audit: remove unnecessary 'ret' initialization by Austin Kim · 3 years, 7 months ago
  19. d99cf13 selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit() by Al Viro · 4 years ago
  20. b17ec22 selinux: slow_avc_audit has become non-blocking by Al Viro · 4 years ago
  21. d0a8331 selinux: Fix kernel-doc by Yang Li · 3 years, 7 months ago
  22. 52c2083 IMA: support for duplicate measurement records by Tushar Sugandhi · 3 years, 8 months ago
  23. c679134 ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer' by Lakshmi Ramasubramanian · 3 years, 7 months ago
  24. 648f2c6 selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC by Minchan Kim · 3 years, 7 months ago
  25. 55748ac6 ima: differentiate between EVM failures in the audit log by Mimi Zohar · 3 years, 7 months ago
  26. 1b8b719 LSM: SafeSetID: Mark safesetid_initialized as __initdata by Austin Kim · 3 years, 7 months ago
  27. 7d2201d ima: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 7 months ago
  28. 531bf6a ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect() by Roberto Sassu · 3 years, 7 months ago
  29. 8c55941 ima: Include header defining ima_post_key_create_or_update() by Roberto Sassu · 3 years, 7 months ago
  30. 6b26285 ima/evm: Fix type mismatch by Roberto Sassu · 3 years, 7 months ago
  31. 24c9ae2 ima: Set correct casting types by Roberto Sassu · 3 years, 7 months ago
  32. fe6bde7 Smack: fix doc warning by ChenXiaoSong · 3 years, 7 months ago
  33. d721c15 evm: Don't return an error in evm_write_xattrs() if audit is not enabled by Roberto Sassu · 3 years, 7 months ago
  34. 88016de ima: Define new template evm-sig by Roberto Sassu · 3 years, 7 months ago
  35. 8314b67 ima: Define new template fields xattrnames, xattrlengths and xattrvalues by Roberto Sassu · 3 years, 7 months ago
  36. 8c7a703 evm: Verify portable signatures against all protected xattrs by Roberto Sassu · 3 years, 7 months ago
  37. f8216f6 ima: Define new template field imode by Roberto Sassu · 3 years, 7 months ago
  38. 7dcfeac ima: Define new template fields iuid and igid by Roberto Sassu · 3 years, 7 months ago
  39. cde1391 ima: Add ima_show_template_uint() template library function by Roberto Sassu · 3 years, 7 months ago
  40. ed1b472 ima: Don't remove security.ima if file must not be appraised by Roberto Sassu · 3 years, 8 months ago
  41. 026d7fc ima: Introduce template field evmsig and write to field sig as fallback by Roberto Sassu · 3 years, 8 months ago
  42. 7aa5783 ima: Allow imasig requirement to be satisfied by EVM portable signatures by Roberto Sassu · 3 years, 8 months ago
  43. 1886ab0 evm: Allow setxattr() and setattr() for unmodified metadata by Roberto Sassu · 3 years, 8 months ago
  44. 7e135dc evm: Pass user namespace to set/remove xattr hooks by Roberto Sassu · 3 years, 8 months ago
  45. cdef685 evm: Allow xattr/attr operations for portable signatures by Roberto Sassu · 3 years, 8 months ago
  46. 4a804b8 evm: Introduce evm_hmac_disabled() to safely ignore verification errors by Roberto Sassu · 3 years, 7 months ago
  47. e3ccfe1 evm: Introduce evm_revalidate_status() by Roberto Sassu · 3 years, 8 months ago
  48. 9acc89d evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded by Roberto Sassu · 3 years, 8 months ago
  49. aa2ead7 evm: Load EVM key in ima_load_x509() to avoid appraisal by Roberto Sassu · 3 years, 8 months ago
  50. 9eea290 evm: Execute evm_inode_init_security() only when an HMAC key is loaded by Roberto Sassu · 3 years, 8 months ago
  51. 49219d9 evm: fix writing <securityfs>/evm overflow by Mimi Zohar · 3 years, 8 months ago
  52. 0169d8f Revert "Smack: Handle io_uring kernel thread privileges" by Jens Axboe · 3 years, 9 months ago
  53. dd979d7a apparmor: use get_unaligned() only for multi-byte words by Arnd Bergmann · 3 years, 8 months ago
  54. 869cbee lsm_audit,selinux: pass IB device name by reference by Ondrej Mosnacek · 3 years, 8 months ago
  55. b3ad785 trusted-keys: match tpm_get_ops on all return paths by Ben Boeckel · 3 years, 8 months ago
  56. 83a775d KEYS: trusted: Fix memory leak on object td by Colin Ian King · 3 years, 8 months ago
  57. fd781f4 selinux: Remove redundant assignment to rc by Jiapeng Chong · 3 years, 8 months ago
  58. 7cffc37 selinux: Corrected comment to match kernel-doc comment by Souptick Joarder · 3 years, 8 months ago
  59. 8a92280 selinux: delete selinux_xfrm_policy_lookup() useless argument by Zhongjun Tan · 3 years, 9 months ago
  60. e1cce3a selinux: constify some avtab function arguments by Ondrej Mosnacek · 3 years, 9 months ago
  61. fba472b selinux: simplify duplicate_policydb_cond_list() by using kmemdup() by Ondrej Mosnacek · 3 years, 9 months ago
  62. 49ec114 smackfs: restrict bytes count in smk_set_cipso() by Tetsuo Handa · 3 years, 9 months ago
  63. 2e08fb5 security/smack/: fix misspellings using codespell tool by Xiong Zhenwu · 3 years, 10 months ago
  64. d29c9bb Merge tag 'safesetid-5.13' of git://github.com/micah-morton/linux by Linus Torvalds · 3 years, 8 months ago
  65. 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  66. 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
  67. e6f0bf0 Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 8 months ago
  68. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  69. 0080665 Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 8 months ago
  70. acd3d28 Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 8 months ago
  71. f1c921f Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 8 months ago
  72. 1ca86ac LSM: SafeSetID: Fix code specification by scripts/checkpatch.pl by Yanwei Gao · 3 years, 10 months ago
  73. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
  74. b0e22b4 Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 8 months ago
  75. 87f27e7 Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmdd by Linus Torvalds · 3 years, 8 months ago
  76. 7dd1ce1 Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years, 8 months ago
  77. 3532b0b landlock: Enable user space to infer supported features by Mickaël Salaün · 3 years, 8 months ago
  78. 265885d landlock: Add syscall implementations by Mickaël Salaün · 3 years, 8 months ago
  79. 83e804f fs,security: Add sb_delete hook by Mickaël Salaün · 3 years, 8 months ago
  80. cb2c7d1 landlock: Support filesystem access-control by Mickaël Salaün · 3 years, 8 months ago
  81. 1aea780 LSM: Infrastructure management of the superblock by Casey Schaufler · 3 years, 8 months ago
  82. afe81f7 landlock: Add ptrace restrictions by Mickaël Salaün · 3 years, 8 months ago
  83. 385975d landlock: Set up the security framework and manage credentials by Mickaël Salaün · 3 years, 8 months ago
  84. ae271c1 landlock: Add ruleset and domain management by Mickaël Salaün · 3 years, 8 months ago
  85. 9094544 landlock: Add object management by Mickaël Salaün · 3 years, 8 months ago
  86. e4c82ea selinux: add proper NULL termination to the secclass_map permissions by Paul Moore · 3 years, 8 months ago
  87. 60dc5f1 KEYS: trusted: fix TPM trusted keys for generic framework by James Bottomley · 3 years, 8 months ago
  88. 9d5171ea KEYS: trusted: Fix TPM reservation for seal/unseal by James Bottomley · 3 years, 8 months ago
  89. 28073eb ima: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  90. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  91. 02c5877 kasan: remove redundant config option by Walter Wu · 3 years, 9 months ago
  92. 049ae60 security: commoncap: clean up kernel-doc comments by Randy Dunlap · 3 years, 9 months ago
  93. aec00aa KEYS: trusted: Fix missing null return from kzalloc call by Colin Ian King · 3 years, 9 months ago
  94. 0a95ebc KEYS: trusted: Introduce TEE based Trusted Keys by Sumit Garg · 3 years, 10 months ago
  95. 5d0682b KEYS: trusted: Add generic trusted keys framework by Sumit Garg · 3 years, 10 months ago
  96. e5fb5d2 security: keys: trusted: Make sealed key properly interoperable by James Bottomley · 4 years ago
  97. f221974 security: keys: trusted: use ASN.1 TPM2 key format for the blobs by James Bottomley · 4 years ago
  98. de66514 security: keys: trusted: fix TPM2 authorizations by James Bottomley · 4 years ago
  99. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  100. 60144b2 Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 9 months ago