aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 1-2/+3
2019-01-02Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-3/+9
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-92/+633
2019-01-01KEYS: fix parsing invalid pkey info stringGravatar Eric Biggers 1-0/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-10/+10
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-11/+21
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-7/+6
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 29-39/+22
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-396/+625
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 2-10/+10
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-7/+7
2018-12-20security: integrity: partial revert of make ima_main explicitly non-modularGravatar Paul Gortmaker 1-1/+1
2018-12-19net: use skb_sec_path helper in more placesGravatar Florian Westphal 1-2/+2
2018-12-17ima: cleanup the match_token policy codeGravatar Mimi Zohar 1-5/+5
2018-12-17security: don't use a negative Opt_err token indexGravatar Linus Torvalds 2-2/+2
2018-12-17integrity: Remove references to module keyringGravatar Thiago Jung Bauermann 2-4/+2
2018-12-17Merge tag 'tpmdd-next-20181217' of git://git.infradead.org/users/jjs/linux-tp...Gravatar James Morris 1-2/+3
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar James Morris 11-91/+634
2018-12-17Merge tag 'v4.20-rc7' into next-generalGravatar James Morris 4-4/+23
2018-12-13Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack i...Gravatar James Morris 1-3/+9
2018-12-13keys-encrypted: add nvdimm key format type to encrypted keysGravatar Dave Jiang 1-9/+20
2018-12-13keys: Export lookup_user_key to external usersGravatar Dave Jiang 2-2/+1
2018-12-12ima: Use inode_is_open_for_writeGravatar Nikolay Borisov 1-1/+1
2018-12-12ima: Support platform keyring for kernel appraisalGravatar Nayna Jain 1-2/+12
2018-12-12efi: Allow the "db" UEFI variable to be suppressedGravatar Josh Boyer 1-10/+35
2018-12-12efi: Import certificates from UEFI Secure BootGravatar Josh Boyer 2-1/+173
2018-12-12efi: Add an EFI signature blob parserGravatar Dave Howells 2-1/+110
2018-12-12integrity: Load certs to the platform keyringGravatar Nayna Jain 3-24/+86
2018-12-12integrity: Define a trusted platform keyringGravatar Nayna Jain 5-16/+81
2018-12-12security: fs: make inode explicitly non-modularGravatar Paul Gortmaker 1-4/+2
2018-12-12security: audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 24-24/+14
2018-12-12security: integrity: make evm_main explicitly non-modularGravatar Paul Gortmaker 1-4/+1
2018-12-12keys: remove needless modular infrastructure from ecryptfs_formatGravatar Paul Gortmaker 1-3/+2
2018-12-12security: integrity: make ima_main explicitly non-modularGravatar Paul Gortmaker 1-4/+3
2018-12-11ima: don't measure/appraise files on efivarfsGravatar Mimi Zohar 1-1/+3
2018-12-11x86/ima: define arch_get_ima_policy() for x86Gravatar Eric Richter 1-1/+9
2018-12-11ima: add support for arch specific policiesGravatar Nayna Jain 1-2/+70
2018-12-11ima: refactor ima_init_policy()Gravatar Nayna Jain 1-41/+56
2018-12-11ima: prevent kexec_load syscall based on runtime secureboot flagGravatar Nayna Jain 1-6/+13
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceGravatar Ondrej Mosnacek 5-324/+468
2018-12-05selinux: use separate table for initial SID lookupGravatar Ondrej Mosnacek 5-110/+173
2018-12-03smack: fix access permissions for keyringGravatar Zoran Markovic 1-3/+9
2018-11-29Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+12
2018-11-29selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINGravatar Paul Moore 1-1/+12
2018-11-26audit: use current whenever possibleGravatar Paul Moore 1-1/+1