summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | smackfs: use __GFP_NOFAIL for smk_cipso_doi()Tetsuo Handa2021-10-221-3/+1
| * | | | Smack: fix W=1 build warningsCasey Schaufler2021-10-131-12/+18
| * | | | smack: remove duplicated hook functionFlorian Westphal2021-10-121-23/+3
| * | | | Smack:- Use overlay inode label in smack_inode_copy_up()Vishal Goel2021-09-281-1/+1
| * | | | smack: Guard smack_ipv6_lock definition within a SMACK_IPV6_PORT_LABELING blockSebastian Andrzej Siewior2021-09-241-3/+6
| * | | | smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta2021-09-151-1/+4
| |/ / /
* | | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+3
|\ \ \ \
| * | | | fortify: Explicitly disable Clang supportKees Cook2021-09-251-0/+3
| |/ / /
* | | | Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-4/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | gcc-plugins: Explicitly document purpose and deprecation scheduleKees Cook2021-10-211-3/+6
| * | | hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROKees Cook2021-09-251-1/+4
| |/ /
* | | Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-211-0/+8
|\ \ \
| * | | ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman2021-10-201-0/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-1/+3
|\ \ \ \
| * | | | include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov2021-09-141-1/+3
| | |/ / | |/| |
* / | | selinux,smack: fix subjective/objective credential use mixupsPaul Moore2021-09-232-4/+4
|/ / /
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-11/+0
|\ \ \
| * | | security: remove unneeded subdir-$(CONFIG_...)Masahiro Yamada2021-09-031-11/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-4/+9
|\ \ \ \
| * | | | mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-4/+9
| | |/ / | |/| |
* | | | Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0211-67/+320
|\ \ \ \
| * | | | IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon2021-08-231-1/+2
| * | | | IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon2021-08-161-0/+6
| * | | | IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon2021-08-164-17/+96
| * | | | IMA: add a policy option to restrict xattr hash algorithms on appraisalTHOBY Simon2021-08-161-4/+70
| * | | | IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon2021-08-165-12/+41
| * | | | IMA: block writes of the security.ima xattr with unsupported algorithmsTHOBY Simon2021-08-162-4/+47
| * | | | IMA: remove the dependency on CRYPTO_MD5THOBY Simon2021-08-161-1/+0
| * | | | ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu2021-07-237-17/+36
| * | | | ima: Return int in the functions to measure a bufferRoberto Sassu2021-07-232-22/+28
| * | | | ima: Introduce ima_get_current_hash_algo()Roberto Sassu2021-07-231-1/+6
| * | | | IMA: remove -Wmissing-prototypes warningAustin Kim2021-07-231-1/+1
* | | | | Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-021-20/+51
|\ \ \ \ \
| * | | | | hardening: Clarify Kconfig text for auto-var-initKees Cook2021-07-201-20/+32
| * | | | | hardening: Introduce CONFIG_ZERO_CALL_USED_REGSKees Cook2021-07-201-0/+19
| |/ / / /
* | | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-312-2/+6
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-6/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | mctp: Add MCTP baseJeremy Kerr2021-07-292-2/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-311-0/+1
|\ \ \ \ \
| * | | | | dm ima: measure data on table loadTushar Sugandhi2021-08-101-0/+1
| |/ / / /
* | | | | Merge tag 'Smack-for-5.15' of git://github.com/cschaufler/smack-nextLinus Torvalds2021-08-313-11/+10
|\ \ \ \ \
| * | | | | smack: mark 'smack_enabled' global variable as __initdataAustin Kim2021-07-202-2/+2
| * | | | | Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang2021-07-201-9/+8
| |/ / / /
* | | | | Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-312-0/+6
|\ \ \ \ \
| * | | | | selinux: return early for possible NULL audit buffersAustin Kim2021-07-142-0/+6
| |/ / / /
* | | | | Merge tag 'efi-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko2021-08-271-1/+1
| |/ / /
* | | | bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
* | | | bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
| |/ / |/| |