summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-12-21selinux: regularize Opt_... names a bitAl Viro1-8/+8
2018-12-21selinux: switch away from match_token()Al Viro1-27/+55
2018-12-21selinux: new helper - selinux_add_opt()Al Viro1-73/+53
2018-12-21smack: switch to private smack_mnt_optsAl Viro1-102/+55
2018-12-21selinux: switch to private struct selinux_mnt_optsAl Viro1-161/+101
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro3-32/+85
2018-12-21selinux: kill selinux_sb_get_mnt_opts()Al Viro1-147/+51
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodAl Viro3-12/+31
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro1-0/+1
2018-12-21selinux; don't open-code a loop in sb_finish_set_opts()Al Viro1-4/+2
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro3-27/+3
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro1-3/+12
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2-37/+15
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro3-43/+9
2018-12-21smack: make smack_parse_opts_str() clean up on failureAl Viro1-0/+1
2018-12-21treewide: surround Kconfig file paths with double quotesMasahiro Yamada2-10/+10
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+7
2018-12-20security: integrity: partial revert of make ima_main explicitly non-modularPaul Gortmaker1-1/+1
2018-12-20selinux: expand superblock_doinit() callsAl Viro1-30/+24
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells4-0/+4
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-2/+2
2018-12-18ima: cleanup the match_token policy codeMimi Zohar1-5/+5
2018-12-18security: don't use a negative Opt_err token indexLinus Torvalds2-2/+2
2018-12-18integrity: Remove references to module keyringThiago Jung Bauermann2-4/+2
2018-12-17Merge tag 'tpmdd-next-20181217' of git://git.infradead.org/users/jjs/linux-tp...James Morris1-2/+3
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris11-91/+634
2018-12-17Merge tag 'v4.20-rc7' into next-generalJames Morris4-4/+23
2018-12-14Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack i...James Morris1-3/+9
2018-12-14keys-encrypted: add nvdimm key format type to encrypted keysDave Jiang1-9/+20
2018-12-14keys: Export lookup_user_key to external usersDave Jiang2-2/+1
2018-12-13ima: Use inode_is_open_for_writeNikolay Borisov1-1/+1
2018-12-13ima: Support platform keyring for kernel appraisalNayna Jain1-2/+12
2018-12-13efi: Allow the "db" UEFI variable to be suppressedJosh Boyer1-10/+35
2018-12-13efi: Import certificates from UEFI Secure BootJosh Boyer2-1/+173
2018-12-13efi: Add an EFI signature blob parserDave Howells2-1/+110
2018-12-13integrity: Load certs to the platform keyringNayna Jain3-24/+86
2018-12-13integrity: Define a trusted platform keyringNayna Jain5-16/+81
2018-12-13security: fs: make inode explicitly non-modularPaul Gortmaker1-4/+2
2018-12-13security: audit and remove any unnecessary uses of module.hPaul Gortmaker24-24/+14
2018-12-13security: integrity: make evm_main explicitly non-modularPaul Gortmaker1-4/+1
2018-12-13keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker1-3/+2
2018-12-13security: integrity: make ima_main explicitly non-modularPaul Gortmaker1-4/+3
2018-12-11ima: don't measure/appraise files on efivarfsMimi Zohar1-1/+3
2018-12-11x86/ima: define arch_get_ima_policy() for x86Eric Richter1-1/+9
2018-12-11ima: add support for arch specific policiesNayna Jain1-2/+70
2018-12-11ima: refactor ima_init_policy()Nayna Jain1-41/+56
2018-12-11ima: prevent kexec_load syscall based on runtime secureboot flagNayna Jain1-6/+13
2018-12-06selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek5-324/+468
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek5-110/+173
2018-12-03smack: fix access permissions for keyringZoran Markovic1-3/+9