summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2019-01-08selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook-19/+1
2019-01-08apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook-17/+1
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook-4/+16
2019-01-08LSM: Refactor "security=" in terms of enable/disableKees Cook-8/+20
2019-01-08LSM: Prepare for reorganizing "security=" logicKees Cook-9/+8
2019-01-08LSM: Tie enabling logic to presence in ordered listKees Cook-3/+11
2019-01-08LSM: Introduce "lsm=" for boottime LSM selectionKees Cook-2/+15
2019-01-08LSM: Introduce CONFIG_LSMKees Cook-5/+31
2019-01-08LSM: Build ordered list of LSMs to initializeKees Cook-5/+53
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook-52/+71
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook-2/+4
2019-01-08LSM: Provide separate ordered initializationKees Cook-0/+21
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook-0/+4
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-741/+459
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-2/+3
2019-01-02Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-3/+9
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-92/+633
2019-01-01KEYS: fix parsing invalid pkey info stringEric Biggers-0/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-10/+10
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+21
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+6
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+22
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-396/+625
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-12-21smack: rewrite smack_sb_eat_lsm_opts()Al Viro-85/+23
2018-12-21smack: get rid of match_token()Al Viro-18/+38
2018-12-21smack: take the guts of smack_parse_opts_str() into a new helperAl Viro-57/+57
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro-30/+24
2018-12-21selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro-92/+54
2018-12-21selinux: regularize Opt_... names a bitAl Viro-8/+8
2018-12-21selinux: switch away from match_token()Al Viro-27/+55
2018-12-21selinux: new helper - selinux_add_opt()Al Viro-73/+53
2018-12-21smack: switch to private smack_mnt_optsAl Viro-102/+55
2018-12-21selinux: switch to private struct selinux_mnt_optsAl Viro-161/+101
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro-32/+85
2018-12-21selinux: kill selinux_sb_get_mnt_opts()Al Viro-147/+51
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodAl Viro-12/+31
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro-0/+1
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