summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2018-12-21selinux; don't open-code a loop in sb_finish_set_opts()Al Viro-4/+2
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro-27/+3
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro-3/+12
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro-37/+15
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro-43/+9
2018-12-21smack: make smack_parse_opts_str() clean up on failureAl Viro-0/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada-10/+10
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+7
2018-12-20security: integrity: partial revert of make ima_main explicitly non-modularPaul Gortmaker-1/+1
2018-12-20selinux: expand superblock_doinit() callsAl Viro-30/+24
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells-0/+4
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal-2/+2
2018-12-17ima: cleanup the match_token policy codeMimi Zohar-5/+5
2018-12-17security: don't use a negative Opt_err token indexLinus Torvalds-2/+2
2018-12-17integrity: Remove references to module keyringThiago Jung Bauermann-4/+2
2018-12-17Merge tag 'tpmdd-next-20181217' of git://git.infradead.org/users/jjs/linux-tp...James Morris-2/+3
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris-91/+634
2018-12-17Merge tag 'v4.20-rc7' into next-generalJames Morris-4/+23
2018-12-13Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack i...James Morris-3/+9
2018-12-13keys-encrypted: add nvdimm key format type to encrypted keysDave Jiang-9/+20
2018-12-13keys: Export lookup_user_key to external usersDave Jiang-2/+1
2018-12-12ima: Use inode_is_open_for_writeNikolay Borisov-1/+1
2018-12-12ima: Support platform keyring for kernel appraisalNayna Jain-2/+12
2018-12-12efi: Allow the "db" UEFI variable to be suppressedJosh Boyer-10/+35
2018-12-12efi: Import certificates from UEFI Secure BootJosh Boyer-1/+173
2018-12-12efi: Add an EFI signature blob parserDave Howells-1/+110
2018-12-12integrity: Load certs to the platform keyringNayna Jain-24/+86
2018-12-12integrity: Define a trusted platform keyringNayna Jain-16/+81
2018-12-12security: fs: make inode explicitly non-modularPaul Gortmaker-4/+2
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker-24/+14
2018-12-12security: integrity: make evm_main explicitly non-modularPaul Gortmaker-4/+1
2018-12-12keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker-3/+2
2018-12-12security: integrity: make ima_main explicitly non-modularPaul Gortmaker-4/+3
2018-12-11ima: don't measure/appraise files on efivarfsMimi Zohar-1/+3
2018-12-11x86/ima: define arch_get_ima_policy() for x86Eric Richter-1/+9
2018-12-11ima: add support for arch specific policiesNayna Jain-2/+70
2018-12-11ima: refactor ima_init_policy()Nayna Jain-41/+56
2018-12-11ima: prevent kexec_load syscall based on runtime secureboot flagNayna Jain-6/+13
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek-324/+468
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek-110/+173
2018-12-03smack: fix access permissions for keyringZoran Markovic-3/+9
2018-11-29Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+12
2018-11-29selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore-1/+12
2018-11-26audit: use current whenever possiblePaul Moore-1/+1
2018-11-26selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan-2/+2
2018-11-26selinux: always allow mounting submountsOndrej Mosnacek-1/+1
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek-41/+42
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers-7/+6
2018-11-15Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+10
2018-11-14apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel-0/+2