aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesGravatar John Johansen 1-1/+4
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postrouteGravatar Petr Vorel 1-0/+2
2019-01-17Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+10
2019-01-16LSM: Check for NULL cred-security on freeGravatar James Morris 1-0/+7
2019-01-16Yama: Check for pid death before checking ancestryGravatar Kees Cook 1-1/+3
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2019-01-10selinux: fix GPF on invalid policyGravatar Stephen Smalley 1-1/+2
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 6-741/+459
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-21smack: rewrite smack_sb_eat_lsm_opts()Gravatar Al Viro 1-85/+23
2018-12-21smack: get rid of match_token()Gravatar Al Viro 1-18/+38
2018-12-21smack: take the guts of smack_parse_opts_str() into a new helperGravatar Al Viro 1-57/+57
2018-12-21LSM: new method: ->sb_add_mnt_opt()Gravatar Al Viro 3-30/+24
2018-12-21selinux: rewrite selinux_sb_eat_lsm_opts()Gravatar Al Viro 1-92/+54
2018-12-21selinux: regularize Opt_... names a bitGravatar Al Viro 1-8/+8
2018-12-21selinux: switch away from match_token()Gravatar Al Viro 1-27/+55
2018-12-21selinux: new helper - selinux_add_opt()Gravatar Al Viro 1-73/+53
2018-12-21smack: switch to private smack_mnt_optsGravatar Al Viro 1-102/+55
2018-12-21selinux: switch to private struct selinux_mnt_optsGravatar Al Viro 1-161/+101
2018-12-21LSM: hide struct security_mnt_opts from any generic codeGravatar Al Viro 3-32/+85
2018-12-21selinux: kill selinux_sb_get_mnt_opts()Gravatar Al Viro 1-147/+51
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodGravatar Al Viro 3-12/+31
2018-12-21btrfs: sanitize security_mnt_opts useGravatar Al Viro 1-0/+1
2018-12-21selinux; don't open-code a loop in sb_finish_set_opts()Gravatar Al Viro 1-4/+2
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Gravatar Al Viro 3-27/+3
2018-12-21new helper: security_sb_eat_lsm_opts()Gravatar Al Viro 1-3/+12
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Gravatar Al Viro 2-37/+15
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Gravatar Al Viro 3-43/+9
2018-12-21smack: make smack_parse_opts_str() clean up on failureGravatar Al Viro 1-0/+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-20selinux: expand superblock_doinit() callsGravatar Al Viro 1-30/+24
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 4-0/+4
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