summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2021-10-09ima: fix deadlock when traversing "ima_default_rules".liqiong
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-09-30selinux: remove the SELinux lockdown implementationPaul Moore
2021-09-28selinux: enable genfscon labeling for securityfsChristian Göttsche
2021-09-28Smack:- Use overlay inode label in smack_inode_copy_up()Vishal Goel
2021-09-25hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROKees Cook
2021-09-25fortify: Explicitly disable Clang supportKees Cook
2021-09-24smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING blockSebastian Andrzej Siewior
2021-09-23selinux,smack: fix subjective/objective credential use mixupsPaul Moore
2021-09-19lsm_audit: avoid overloading the "key" audit fieldOndrej Mosnacek
2021-09-19Smack: Brutalist io_uring supportCasey Schaufler
2021-09-19selinux: add support for the io_uring access controlsPaul Moore
2021-09-19lsm,io_uring: add LSM hooks to io_uringPaul Moore
2021-09-15smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta
2021-09-14include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo
2021-09-03security: remove unneeded subdir-$(CONFIG_...)Masahiro Yamada
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-31Merge tag 'Smack-for-5.15' of git://github.com/cschaufler/smack-nextLinus Torvalds
2021-08-31Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-30Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-27efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko
2021-08-23IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon
2021-08-16IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon
2021-08-16IMA: add a policy option to restrict xattr hash algorithms on appraisalTHOBY Simon
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon
2021-08-16IMA: block writes of the security.ima xattr with unsupported algorithmsTHOBY Simon
2021-08-16IMA: remove the dependency on CRYPTO_MD5THOBY Simon
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05Merge tag 'selinux-pr-20210805' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu
2021-07-23ima: Return int in the functions to measure a bufferRoberto Sassu
2021-07-23ima: Introduce ima_get_current_hash_algo()Roberto Sassu
2021-07-23IMA: remove -Wmissing-prototypes warningAustin Kim
2021-07-20hardening: Clarify Kconfig text for auto-var-initKees Cook
2021-07-20hardening: Introduce CONFIG_ZERO_CALL_USED_REGSKees Cook
2021-07-20smack: mark 'smack_enabled' global variable as __initdataAustin Kim
2021-07-20Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang