summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+15
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-18Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+224
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-90/+325
2024-05-15Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-126/+146
2024-05-15Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+0
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+6
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti-2/+6
2024-05-13Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+30
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-53/+106
2024-05-13landlock: Add IOCTL access right for character and block devicesGünther Noack-5/+224
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-05-09KEYS: trusted: Add session encryption protection to the seal/unseal pathJames Bottomley-27/+61
2024-05-09KEYS: trusted: tpm2: Use struct tpm_buf for sized buffersJarkko Sakkinen-23/+31
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen-4/+5
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen-2/+12
2024-05-09docs: trusted-encrypted: add DCP as new trust sourceDavid Gstir-0/+19
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir-1/+328
2024-05-09KEYS: trusted: improve scalability of trust source configDavid Gstir-2/+8
2024-05-09keys: Fix overwrite of key expiration on instantiationSilvio Gissi-1/+2
2024-05-09keys: update key quotas in key_put()Luis Henriques-23/+28
2024-04-30selinux: constify source policy in cond_policydb_dup()Christian Göttsche-14/+17
2024-04-30selinux: avoid printk_ratelimit()Christian Göttsche-2/+1
2024-04-30selinux: pre-allocate the status pageChristian Göttsche-0/+6
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr-0/+15
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados-4/+0
2024-04-12ima: add crypto agility support for template-hash algorithmEnrico Bravi-18/+132
2024-04-09evm: Rename is_unsupported_fs to is_unsupported_hmac_fsStefan Berger-9/+10
2024-04-09fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTEDStefan Berger-1/+1
2024-04-09evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509Stefan Berger-5/+7
2024-04-09ima: re-evaluate file integrity on file metadata changeStefan Berger-1/+13
2024-04-09evm: Store and detect metadata inode attributes changesStefan Berger-10/+49
2024-04-09ima: Move file-change detection variables into new structureStefan Berger-13/+10
2024-04-09evm: Use the metadata inode to calculate metadata hashStefan Berger-1/+1
2024-04-09evm: Implement per signature type decision in security_inode_copy_up_xattrStefan Berger-3/+28
2024-04-09security: allow finer granularity in permitting copy-up of security xattrsStefan Berger-5/+6
2024-04-09ima: Rename backing_inode to real_inodeStefan Berger-8/+10
2024-04-08integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-15/+31
2024-04-08ima: define an init_module critical data recordMimi Zohar-0/+7
2024-04-08ima: Fix use-after-free on a dentry's dname.nameStefan Berger-7/+26
2024-04-04selinux: clarify return code in filename_trans_read_helper_compat()Ondrej Mosnacek-0/+1
2024-04-03security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu-2/+2
2024-04-01selinux: avoid dereference of garbage after mount failureChristian Göttsche-5/+7
2024-03-27selinux: use u32 as bit position type in ebitmap codeChristian Göttsche-35/+34
2024-03-27selinux: improve symtab string hashingChristian Göttsche-11/+11
2024-03-27selinux: dump statistics for more hash tablesChristian Göttsche-7/+19
2024-03-27selinux: make more use of current_sid()Christian Göttsche-21/+8
2024-03-27selinux: update numeric format specifiers for ebitmapsChristian Göttsche-6/+6
2024-03-26selinux: improve error checking in sel_write_load()Paul Moore-14/+16
2024-03-26selinux: cleanup selinux_lsm_getattr()Paul Moore-18/+18